TestEngine

This commit is contained in:
Antoine 2021-06-09 14:55:39 +02:00
parent 7439137e4d
commit d152b2c0aa

View File

@ -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;