TestEngine
This commit is contained in:
parent
7439137e4d
commit
d152b2c0aa
@ -65,7 +65,9 @@ public class Engine {
|
||||
* Set the color of the background
|
||||
*/
|
||||
public void init() {
|
||||
glfwInit();
|
||||
if (!glfwInit()){
|
||||
System.exit(1);
|
||||
}
|
||||
|
||||
this.running = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user