Well, so I thought

This commit is contained in:
Reece Mackie 2019-04-26 20:56:17 +01:00
parent 55ce36c531
commit e2fd4dd0f1

View File

@ -20,7 +20,7 @@ App::App()
//This does not work... need to fix this.
SetConfigFlags(0);
Setup(640, 480, "Hi");
Setup(640, 480);
}
static int posX = 100;