You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Revert "Merge pull request #38341 from verdog/camera-bounds-fix"
This reverts commit 08bbb3f161.
This commit is contained in:
committed by
Gordon MacPherson
parent
9678a41b19
commit
c5d02fdffc
@@ -456,6 +456,8 @@ void EditorNode::_notification(int p_what) {
|
||||
|
||||
editor_selection->update();
|
||||
|
||||
//scene_root->set_size_override(true, Size2(ProjectSettings::get_singleton()->get("display/window/size/width"), ProjectSettings::get_singleton()->get("display/window/size/height")));
|
||||
|
||||
{ //TODO should only happen on settings changed
|
||||
int current_filter = GLOBAL_GET("rendering/canvas_textures/default_texture_filter");
|
||||
if (current_filter != scene_root->get_default_canvas_item_texture_filter()) {
|
||||
|
||||
Reference in New Issue
Block a user