1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Fix some error messages

This commit is contained in:
Franklin Sobrinho
2016-01-09 08:35:57 -03:00
parent 292e8bf0ab
commit 7fa233cd89
6 changed files with 4 additions and 14 deletions

View File

@@ -137,7 +137,6 @@ private:
Vector3 _get_screen_to_space(const Vector3& p_vector3);
void _select_region();
void _update_selection();
bool _gizmo_select(const Vector2& p_screenpos,bool p_hilite_only=false);
float get_znear() const;