mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[godot] Fix version check.
This commit is contained in:
parent
7461b08f36
commit
fb1cd5e161
@ -177,7 +177,7 @@ Error SpineSkeletonFileResource::copy_from(const Ref<Resource> &p_resource) {
|
||||
#if VERSION_MAJOR > 3
|
||||
RES SpineSkeletonFileResourceFormatLoader::load(const String &path, const String &original_path, Error *error, bool use_sub_threads, float *progress, CacheMode cache_mode) {
|
||||
#else
|
||||
#if MINOR_VERSION > 5
|
||||
#if VERSION_MINOR > 5
|
||||
RES SpineSkeletonFileResourceFormatLoader::load(const String &path, const String &original_path, Error *error, bool no_subresource_cache) {
|
||||
#else
|
||||
RES SpineSkeletonFileResourceFormatLoader::load(const String &path, const String &original_path, Error *error) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user