Minor cleanup.

This commit is contained in:
Martin Felis
2025-02-16 12:31:44 +01:00
parent 99d5a5eb0f
commit 4b378adc91
8 changed files with 31 additions and 19 deletions
+2
View File
@@ -1351,4 +1351,6 @@ TEST_CASE(
CHECK(blend_tree_graph_resource->RegisterBlendTreeOutputSocket(socket));
CHECK(!blend_tree_graph_resource->RegisterBlendTreeOutputSocket(socket));
delete blend_tree_anim_node_resource;
}