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