You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-02 19:01:36 +00:00
@@ -240,6 +240,10 @@ void Camera2D::_notification(int p_what) {
|
||||
add_to_group(group_name);
|
||||
add_to_group(canvas_group_name);
|
||||
|
||||
if(get_tree()->is_editor_hint()) {
|
||||
set_fixed_process(false);
|
||||
}
|
||||
|
||||
_update_scroll();
|
||||
first=true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user