mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-08 08:14:53 +08:00
[godot] Make SpineAtlasResource::clear_native_data const.
This commit is contained in:
parent
b3e8821966
commit
5f6b637d53
@ -77,7 +77,7 @@ public:
|
||||
|
||||
Array get_normal_maps();
|
||||
|
||||
void clear_native_data() {
|
||||
const void clear_native_data() {
|
||||
this->atlas = nullptr;
|
||||
this->texture_loader = nullptr;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user