mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-05 06:44:56 +08:00
[unity] Fixed a compile error in 2D Toolkit compilation branch.
This commit is contained in:
parent
7ec9d497b4
commit
660e0f3af6
@ -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