pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/input controller.cxx,1.6,1.7


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/input controller.cxx,1.6,1.7
Date: 12 Jul 2002 15:19:11 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/input
In directory dark:/tmp/cvs-serv27554

Modified Files:
        controller.cxx 
Log Message:
scroller *MUST* be updated before pointer to allow a pointer-scroller to work 
correctly


Index: controller.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/controller.cxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- controller.cxx      12 Jul 2002 15:09:47 -0000      1.6
+++ controller.cxx      12 Jul 2002 15:19:09 -0000      1.7
@@ -148,8 +148,8 @@
   void
   Controller::update (float delta)
   {
-    standard_pointer->update(delta);
     scroller        ->update(delta);
+    standard_pointer->update(delta);
     action_axis     ->update(delta);
 
     for (unsigned int i=0; i < buttons.size(); i++)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]