* Use dt for the hand opening animation.
This commit is contained in:
jean.chalard
2009-08-22 07:59:21 +00:00
parent 01d68f9b3c
commit 53ebe1de79
2 changed files with 10 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ class GuiHandSelf : public GuiHand
bool CheckUserInput(u32 key);
virtual void Render();
void Update(float dt);
float LeftBoundary();
HandLimitor* limitor;