Fix cppcheck const parameters
Convert method signature parameters to const where it is possible # Conflicts: # drivers/gles3/rasterizer_canvas_gles3.cpp # drivers/gles3/rasterizer_canvas_gles3.h # editor/plugins/animation_state_machine_editor.cpp # editor/plugins/animation_state_machine_editor.h
This commit is contained in:
@@ -348,7 +348,7 @@ public:
|
||||
|
||||
Node *parent = nullptr;
|
||||
|
||||
Transform3D compute_transform(Collada &state) const;
|
||||
Transform3D compute_transform(const Collada &state) const;
|
||||
Transform3D get_global_transform() const;
|
||||
Transform3D get_transform() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user