[unity] Fixed a compile error on another older Unity versions introduced by preceding commit (Unity documentation was wrong). See #2482.

This commit is contained in:
Harald Csaszar 2024-06-12 18:34:10 +02:00
parent 4a9f09431e
commit 314636aa07

View File

@ -29,7 +29,7 @@
#pragma warning disable 0219 #pragma warning disable 0219
#if UNITY_2021_3_OR_NEWER #if UNITY_2022_1_OR_NEWER
#define FREE_MOVE_HANDLE_HAS_NO_ROTATION_PARAM #define FREE_MOVE_HANDLE_HAS_NO_ROTATION_PARAM
#endif #endif