fix glsl float interpolation, fix layers on ui reload, add vr thread for Quest

This commit is contained in:
2019-07-30 22:10:48 +02:00
parent f2d2ef1067
commit 945028f171
12 changed files with 95 additions and 40 deletions

View File

@@ -106,7 +106,7 @@ bool LayoutManager::load(const char* path)
}
if (on_loaded)
on_loaded();
on_loaded(m_loaded);
m_loaded = true;
return true;