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

Fixed Make 3D viewport locked nodes unselectable as in 2D viewport #29903

This commit is contained in:
Nikhil Kumar
2019-07-16 01:20:00 +05:30
parent 584ca0f156
commit 600c153076
2 changed files with 9 additions and 4 deletions

View File

@@ -364,7 +364,7 @@ private:
Camera *preview;
bool previewing_cinema;
bool _is_node_locked(const Node *p_node);
void _preview_exited_scene();
void _toggle_camera_preview(bool);
void _toggle_cinema_preview(bool);