mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[unity] Fixed a compile error when TK2D define is enabled.
This commit is contained in:
parent
3034d93178
commit
22251a482a
@ -310,7 +310,7 @@ namespace Spine.Unity.Editor {
|
|||||||
string dir = Path.GetDirectoryName(skeletonPath);
|
string dir = Path.GetDirectoryName(skeletonPath);
|
||||||
|
|
||||||
#if SPINE_TK2D
|
#if SPINE_TK2D
|
||||||
IngestSpineProject(loadedAsset, compatibilityProblems, null);
|
IngestSpineProject(loadedAsset, null);
|
||||||
#else
|
#else
|
||||||
var localAtlases = FindAtlasesAtPath(dir);
|
var localAtlases = FindAtlasesAtPath(dir);
|
||||||
var requiredPaths = GetRequiredAtlasRegions(skeletonPath);
|
var requiredPaths = GetRequiredAtlasRegions(skeletonPath);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user