mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[unity] Fixed a compile error in 2D Toolkit compilation branch.
This commit is contained in:
parent
ac6836b173
commit
dabe0456bc
@ -51,7 +51,7 @@ namespace Spine.Unity.Editor {
|
||||
public const string SPINE_SETTINGS_ASSET_PATH = "Assets/Editor/SpineSettings.asset";
|
||||
|
||||
#if SPINE_TK2D
|
||||
const float DEFAULT_DEFAULT_SCALE = 1f;
|
||||
internal const float DEFAULT_DEFAULT_SCALE = 1f;
|
||||
#else
|
||||
internal const float DEFAULT_DEFAULT_SCALE = 0.01f;
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user