mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix build buster
This commit is contained in:
parent
534575fd10
commit
8c0db268e6
1 changed files with 1 additions and 1 deletions
|
@ -218,6 +218,6 @@ void PrioVR::renderCalibrationCountdown() {
|
|||
auto glCanvas = DependencyManager::get<GLCanvas>();
|
||||
textRenderer->draw((glCanvas->width() - textRenderer->computeWidth(text.constData())) / 2,
|
||||
glCanvas->height() / 2,
|
||||
text);
|
||||
text, glm::vec4(1,1,1,1));
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue