Skip to content

Commit

Permalink
[godot] Make SpineAtlasResource::clear_native_data const.
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Oct 6, 2023
1 parent b3e8821 commit 5f6b637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine-godot/spine_godot/SpineAtlasResource.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class SpineAtlasResource : public Resource {

Array get_normal_maps();

void clear_native_data() {
const void clear_native_data() {
this->atlas = nullptr;
this->texture_loader = nullptr;
}
Expand Down

0 comments on commit 5f6b637

Please sign in to comment.