improved font handling and HUD
This commit is contained in:
@@ -32,6 +32,7 @@ int View::OnInit (int argc, char* argv[]) {
|
||||
// We want menu
|
||||
mMenuOverlay = boost::shared_ptr<MenuOverlay> (new MenuOverlay);
|
||||
mMenuOverlay->SetModel ((Model*) mModel);
|
||||
mMenuOverlay->SetView (this);
|
||||
mMenuOverlay->Init();
|
||||
AddOverlay (mMenuOverlay);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user