1
0

Removed an unused tolua_end and tolua_begin pair.

This commit is contained in:
madmaxoft 2014-06-14 18:23:27 +02:00
parent a89422ea4c
commit 493d364331

View File

@ -215,9 +215,7 @@ public:
void SetYaw (double a_Yaw); // In degrees, normalizes to [-180, +180)
void SetPitch (double a_Pitch); // In degrees, normalizes to [-180, +180)
void SetRoll (double a_Roll); // In degrees, normalizes to [-180, +180)
// tolua_end
// tolua_begin
/** Sets the speed of the entity, measured in m / sec */
void SetSpeed(double a_SpeedX, double a_SpeedY, double a_SpeedZ);