summaryrefslogtreecommitdiffstats
path: root/modules/gltf/structures
diff options
context:
space:
mode:
authorMuller-Castro <37383316+Muller-Castro@users.noreply.github.com>2021-08-01 16:47:20 -0300
committerMuller-Castro <37383316+Muller-Castro@users.noreply.github.com>2024-01-05 14:49:57 -0300
commit96a95cb9743e755f10fa6a14895ea099e5ac4c51 (patch)
tree8ccdf0cc23500519680490cc6b2078889117f904 /modules/gltf/structures
parent89cc635c0554cb2e518c830969ca4c5eedda0f4e (diff)
downloadredot-engine-96a95cb9743e755f10fa6a14895ea099e5ac4c51.tar.gz
Add const lvalue ref to container parameters
Diffstat (limited to 'modules/gltf/structures')
-rw-r--r--modules/gltf/structures/gltf_skeleton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gltf/structures/gltf_skeleton.h b/modules/gltf/structures/gltf_skeleton.h
index 72a4a06e5c..b2f2dcb2a2 100644
--- a/modules/gltf/structures/gltf_skeleton.h
+++ b/modules/gltf/structures/gltf_skeleton.h
@@ -82,7 +82,7 @@ public:
//RBMap<int32_t, GLTFNodeIndex> get_godot_bone_node() {
// return this->godot_bone_node;
//}
- //void set_godot_bone_node(RBMap<int32_t, GLTFNodeIndex> p_godot_bone_node) {
+ //void set_godot_bone_node(const RBMap<int32_t, GLTFNodeIndex> &p_godot_bone_node) {
// this->godot_bone_node = p_godot_bone_node;
//}
Dictionary get_godot_bone_node();