mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[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:
parent
4a9f09431e
commit
314636aa07
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user