witnessmenow / adventure-ball

1 stars 0 forks source link

Game crashes on launch on windows xp (Open GL 1.0 issue) #10

Open witnessmenow opened 11 years ago

witnessmenow commented 11 years ago

The game crashes on launch on windows xp.

This is due to Open GL 1.0 not working, our game world needs to be to the power of 2 (currently its 1400x900 or something)

TO REPO:

Modify proigo-desktop.java in the desktop project. Change "Config.useGL20" to be false. Launch app.