eliminat OnScreenHelp
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
#include "jail_shader.h" // Para init, render
|
||||
#include "mouse.h" // Para updateCursorVisibility
|
||||
#include "notifier.h" // Para Notifier
|
||||
#include "on_screen_help.h" // Para OnScreenHelp
|
||||
#include "options.h" // Para Options, options, WindowOptions, Vid...
|
||||
#include "resource.h" // Para Resource
|
||||
#include "text.h" // Para Text
|
||||
@@ -174,7 +173,6 @@ void Screen::update()
|
||||
shake_effect_.update(src_rect_, dst_rect_);
|
||||
flash_effect_.update();
|
||||
Notifier::get()->update();
|
||||
OnScreenHelp::get()->update();
|
||||
Mouse::updateCursorVisibility();
|
||||
}
|
||||
|
||||
@@ -279,7 +277,6 @@ void Screen::renderOverlays()
|
||||
renderShake();
|
||||
renderFlash();
|
||||
renderAttenuate();
|
||||
OnScreenHelp::get()->render();
|
||||
Notifier::get()->render();
|
||||
#ifdef DEBUG
|
||||
renderInfo();
|
||||
|
||||
Reference in New Issue
Block a user