Made FullScreenWindowedTest call Display.destroy() on exit

This commit is contained in:
Elias Naur 2008-04-13 17:04:05 +00:00
parent 85ed9cbe76
commit b4fe6f6d8d
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ public class FullScreenWindowedTest {
* Cleans up the test
*/
private void cleanup() {
// Display.destroy();
Display.destroy();
}
/**