You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Synchronize parameter names in definition and declaration
Fixes #10244.
This commit is contained in:
committed by
Rémi Verschelde
parent
b1ecaaa22b
commit
00f6c85928
@@ -55,7 +55,7 @@ class CanvasLayer : public Node {
|
||||
int sort_index;
|
||||
|
||||
// Deprecated, should be removed in a future version.
|
||||
void _set_rotationd(real_t p_rotation);
|
||||
void _set_rotationd(real_t p_degrees);
|
||||
real_t _get_rotationd() const;
|
||||
|
||||
void _update_xform();
|
||||
|
||||
Reference in New Issue
Block a user