mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-25 22:23:42 +08:00
[godot] Fix compilation error on emscripten.
This commit is contained in:
parent
4394b8d32b
commit
def6ccf16e
1
.gitignore
vendored
1
.gitignore
vendored
@ -170,3 +170,4 @@ spine-godot/spine_godot/spine-cpp
|
||||
spine-godot/spine_godot/__pycache__
|
||||
spine-godot/example/.import
|
||||
spine-godot/spine_godot/*.obj
|
||||
*.bc
|
||||
|
||||
@ -154,7 +154,7 @@ void SpineIkConstraint::set_softness(float v) {
|
||||
}
|
||||
|
||||
bool SpineIkConstraint::is_active() {
|
||||
SPINE_CHECK(ik_constraint, nullptr)
|
||||
SPINE_CHECK(ik_constraint, false)
|
||||
return ik_constraint->isActive();
|
||||
}
|
||||
void SpineIkConstraint::set_active(bool v) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user