mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-25 22:23:42 +08:00
[godot] Clean-up NULL -> nullptr.
This commit is contained in:
parent
32a5fd05b6
commit
d81fd324cb
@ -43,7 +43,7 @@ void SpineTimeline::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("get_type"), &SpineTimeline::get_type);
|
||||
}
|
||||
|
||||
SpineTimeline::SpineTimeline() : timeline(NULL) {
|
||||
SpineTimeline::SpineTimeline() : timeline(nullptr) {
|
||||
}
|
||||
|
||||
void SpineTimeline::apply(Ref<SpineSkeleton> skeleton, float last_time, float time, Array events, float alpha,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user