[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48948] trunk/blender/source/gameengine/ Converter/BL_ActionActuator.cpp: BGE: The Action Actuator now returns correct values to work with the Actuator Sensor .

Mitchell Stokes mogurijin at gmail.com
Mon Jul 16 05:43:59 CEST 2012


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




More information about the Bf-blender-cvs mailing list