remove Actor:: qualifier

This commit is contained in:
Glenn Maynard
2006-01-23 04:42:12 +00:00
parent fb9219e93b
commit 9e53044d00
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ bool ScreenDebugOverlay::OverlayInput( const InputEventPlus &input )
txt1.FinishTweening();
float fZoom = txt1.GetZoom();
txt1.SetZoom( fZoom * 1.2f );
txt1.BeginTweening( 0.2f, Actor::TWEEN_LINEAR );
txt1.BeginTweening( 0.2f, TWEEN_LINEAR );
txt1.SetZoom( fZoom );
RString sMessage;