Revision: 48948
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48948
Author:   moguri
Date:     2012-07-16 03:43:57 +0000 (Mon, 16 Jul 2012)
Log Message:
-----------
BGE: The Action Actuator now returns correct values to work with the Actuator 
Sensor.

Modified Paths:
--------------
    trunk/blender/source/gameengine/Converter/BL_ActionActuator.cpp

Modified: trunk/blender/source/gameengine/Converter/BL_ActionActuator.cpp
===================================================================
--- trunk/blender/source/gameengine/Converter/BL_ActionActuator.cpp     
2012-07-15 22:30:02 UTC (rev 48947)
+++ trunk/blender/source/gameengine/Converter/BL_ActionActuator.cpp     
2012-07-16 03:43:57 UTC (rev 48948)
@@ -339,7 +339,7 @@
                }
        }
 
-       return true;
+       return m_flag & ACT_FLAG_ATTEMPT_PLAY;
 }
 
 #ifdef WITH_PYTHON

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to