Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rendering artifacts #14805

Conversation

guilhermefelipecgs
Copy link
Contributor

Issue #14390

@@ -270,7 +270,7 @@ void EditorNode::_notification(int p_what) {

Engine::get_singleton()->set_editor_hint(true);

get_tree()->get_root()->set_usage(Viewport::USAGE_2D_NO_SAMPLING); //reduce memory usage
get_tree()->get_root()->set_usage(Viewport::USAGE_2D); //reduce memory usage
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment is no longer relevant..

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment removed.

Copy link
Member

@reduz reduz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its really odd that this causes the issue, will need to check. As maybe a gl id is being deleted when it shouldn't

@guilhermefelipecgs
Copy link
Contributor Author

ok

@reduz
Copy link
Member

reduz commented Dec 19, 2017

ah, it was not closed automatically

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants