Browse Source

[godot] Make SpineAtlasResource::clear_native_data const.

Mario Zechner 1 year ago
parent
commit
5f6b637d53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spine-godot/spine_godot/SpineAtlasResource.h

+ 1 - 1
spine-godot/spine_godot/SpineAtlasResource.h

@@ -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;
 	}