Remove unecessary Window#render() call
This commit is contained in:
parent
ffcf4604a4
commit
e42ac8a08e
1 changed files with 0 additions and 1 deletions
|
@ -535,7 +535,6 @@ public abstract class Window implements AutoCloseable {
|
|||
|
||||
// Update state and render first image
|
||||
updateState();
|
||||
render();
|
||||
|
||||
// Add to window set
|
||||
windows.add(this);
|
||||
|
|
Loading…
Reference in a new issue