1.1 --- a/src/chat/ChatDemo.java Tue Nov 23 01:53:31 2010 +0100
1.2 +++ b/src/chat/ChatDemo.java Fri Feb 03 06:35:38 2012 +0100
1.3 @@ -45,7 +45,7 @@
1.4 import org.lwjgl.opengl.Display;
1.5 import org.lwjgl.opengl.DisplayMode;
1.6 import org.lwjgl.opengl.GL11;
1.7 -import test.SimpleTest;
1.8 +import test.TestUtils;
1.9
1.10 /**
1.11 * A chat demo
1.12 @@ -76,13 +76,13 @@
1.13
1.14 gui.update();
1.15 Display.update();
1.16 - SimpleTest.reduceInputLag();
1.17 + TestUtils.reduceInputLag();
1.18 }
1.19
1.20 gui.destroy();
1.21 theme.destroy();
1.22 } catch (Exception ex) {
1.23 - SimpleTest.showErrMsg(ex);
1.24 + TestUtils.showErrMsg(ex);
1.25 }
1.26 Display.destroy();
1.27 }