aboutsummaryrefslogtreecommitdiffstats
path: root/test/jake2/render/DebugCulling.java
diff options
context:
space:
mode:
authorCarsten Weisse <[email protected]>2004-12-14 01:08:32 +0000
committerCarsten Weisse <[email protected]>2004-12-14 01:08:32 +0000
commit4822cf7fe0530c92dc5dcf6830bd4c1fcb0b5608 (patch)
tree44b088365fb38900ae07ac631cc18fa9e8b247c5 /test/jake2/render/DebugCulling.java
parentd7dfdaa032f6c9d846f2172dd817597cf536c3a4 (diff)
changes for KBD interface
Diffstat (limited to 'test/jake2/render/DebugCulling.java')
-rw-r--r--test/jake2/render/DebugCulling.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/jake2/render/DebugCulling.java b/test/jake2/render/DebugCulling.java
index 1cf6793..b92b95c 100644
--- a/test/jake2/render/DebugCulling.java
+++ b/test/jake2/render/DebugCulling.java
@@ -2,7 +2,7 @@
* DebugCulling.java
* Copyright (C) 2003
*
- * $Id: DebugCulling.java,v 1.3 2004-07-16 10:11:36 cawe Exp $
+ * $Id: DebugCulling.java,v 1.4 2004-12-14 01:08:32 cawe Exp $
*/
/*
Copyright (C) 1997-2001 Id Software, Inc.
@@ -69,7 +69,7 @@ public class DebugCulling
void init()
{
- Qcommon.Init(new String[] { "$Id: DebugCulling.java,v 1.3 2004-07-16 10:11:36 cawe Exp $" });
+ Qcommon.Init(new String[] { "$Id: DebugCulling.java,v 1.4 2004-12-14 01:08:32 cawe Exp $" });
// sehr wichtig !!!
VID.Shutdown();
@@ -90,7 +90,7 @@ public class DebugCulling
while (true)
{
re.updateScreen(null);
- KBD.Update();
+ re.getKeyboardHandler().Update();
// try {
// Thread.sleep(5);
// }