fix Update
This commit is contained in:
@@ -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 );
|
||||||
|
|||||||
Reference in New Issue
Block a user