Simplification work

This commit is contained in:
Caspian Rychlik-Prince 2004-03-26 11:26:04 +00:00
parent fca57cefd5
commit 3df3d2d401
9 changed files with 184 additions and 230 deletions

View file

@ -242,7 +242,6 @@ public class PositionTest extends BasicTest {
// render and paint if !minimized and not dirty
if(Window.isFocused() || Window.isDirty()) {
render();
Window.paint();
} else {
// sleeeeeep
pause(100);