minor fix

This commit is contained in:
Mamadou Babaei
2024-08-16 18:00:56 +02:00
parent a01506eca2
commit 920c126a41
+1 -1
View File
@@ -29,7 +29,7 @@ This is a minor release focusing mainly on bringing OpenXR-compatible hand track
- Added a new static Draw() method overload to DebugGizmo which allows passing an FQuat instead of a FRotator.
- Added FSGEngineUtils.
- Introduced the FSGInitializationSettings in order to control how the plugin is initialized.
- Introduced the FSGGameUserSettings for managing the Engine Scalability Settings through the SenseGlove plugin in order to change the graphics settings on the fly.\
- Introduced the FSGGameUserSettings for managing the Engine Scalability Settings through the SenseGlove plugin in order to change the graphics settings on the fly.
- Added support for Android API level 32 in addition to API level 29.
### Fixed