You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Updated function argument names
This commit is contained in:
@@ -245,7 +245,7 @@ private:
|
||||
void _draw();
|
||||
|
||||
void _smouseenter();
|
||||
void _sinput(const Ref<InputEvent> &p_ie);
|
||||
void _sinput(const Ref<InputEvent> &p_event);
|
||||
void _update_freelook(real_t delta);
|
||||
SpatialEditor *spatial_editor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user