fix Update

This commit is contained in:
Glenn Maynard
2006-03-19 02:32:51 +00:00
parent 4c1e9ed6bb
commit 07ddb97215
+4 -1
View File
@@ -23,6 +23,8 @@ public:
// Update devices text // Update devices text
// //
this->SetText( INPUTMAN->GetDisplayDevicesString() ); this->SetText( INPUTMAN->GetDisplayDevicesString() );
BitmapText::Update( fDeltaTime );
} }
virtual Actor *Copy() const; virtual Actor *Copy() const;
@@ -78,8 +80,9 @@ class InputList: public BitmapText
} }
this->SetText( join( "\n", asInputs ) ); this->SetText( join( "\n", asInputs ) );
}
BitmapText::Update( fDeltaTime );
}
}; };
REGISTER_ACTOR_CLASS( InputList ); REGISTER_ACTOR_CLASS( InputList );