fix: register_type::<ScrollPosition> (#15721)

# Objective

- register types that derive reflect.
This commit is contained in:
Peter Hayman 2024-10-09 03:07:09 +11:00 committed by GitHub
parent 3d8e56f766
commit 1c3dee4a6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,6 +136,7 @@ impl Plugin for UiPlugin {
.register_type::<Interaction>()
.register_type::<Node>()
.register_type::<RelativeCursorPosition>()
.register_type::<ScrollPosition>()
.register_type::<Style>()
.register_type::<TargetCamera>()
.register_type::<UiImage>()