mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-07 05:37:01 +02:00
fix touch controls render
This commit is contained in:
@@ -289,7 +289,11 @@ namespace Game {
|
||||
void frameEnd() {
|
||||
if (Core::settings.version == SETTINGS_READING) return;
|
||||
|
||||
if (level) {
|
||||
level->setupBinding();
|
||||
level->glyphs->bind(sDiffuse);
|
||||
UI::renderTouch();
|
||||
}
|
||||
Core::endFrame();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user