J :
* Fix u32 into JButtons. * Add a few comments. * Remove useless variables.
This commit is contained in:
@@ -52,7 +52,7 @@ void StoryChoice::Entering()
|
||||
}
|
||||
|
||||
|
||||
bool StoryChoice::Leaving(u32 key)
|
||||
bool StoryChoice::Leaving(JButton key)
|
||||
{
|
||||
mHasFocus = false;
|
||||
mTargetScale = 1.0f;
|
||||
@@ -267,4 +267,4 @@ StoryFlow::~StoryFlow(){
|
||||
SAFE_DELETE(i->second);
|
||||
}
|
||||
pages.clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user