Innoviox / Axiom

A modular, flexible, lightweight, declarative, efficient, incremental, structured library for 3D written in LWJGL-OPENGL bindings for Java
https://github.com/Innoviox/Axiom
GNU General Public License v3.0
4 stars 2 forks source link

When window closes, spawns infinite new windows #3

Closed Innoviox closed 6 years ago

Innoviox commented 6 years ago

Window works fine. When I click the close button, it spawns infinite new windows, like this:

screenshot 2017-10-10 20 03 33

It is definitely calling the constructor repeatedly, as it prints out the opengl info to the screen.

Innoviox commented 6 years ago

Commented out a line that led to 10000 calls of game.run().