[loading window] Forgot to refresh before commiting, again.
This commit is contained in:
+15
-13
@@ -4,16 +4,18 @@
|
||||
#include "global.h"
|
||||
#include "ActorFrame.h"
|
||||
|
||||
class InGameLoadingWindow: public LoadingWindow, public ActorFrame {
|
||||
|
||||
public:
|
||||
InGameLoadingWindow();
|
||||
~InGameLoadingWindow();
|
||||
|
||||
void SetText( RString str );
|
||||
|
||||
private:
|
||||
RageTimer m_LastDraw;
|
||||
BitmapText m_Text;
|
||||
};
|
||||
|
||||
class InGameLoadingWindow: public LoadingWindow, public ActorFrame {
|
||||
|
||||
public:
|
||||
InGameLoadingWindow();
|
||||
~InGameLoadingWindow();
|
||||
|
||||
void SetText( RString str );
|
||||
void Update ( float delta );
|
||||
|
||||
private:
|
||||
bool textChanged;
|
||||
RString currentText;
|
||||
BitmapText m_Text;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user