This commit is contained in:
Arisotura 2023-12-25 22:52:44 +01:00
parent 80c6dd524b
commit 5c90cb939d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ QMutex Rendering;
bool Init(bool openGL)
{printf("%d\n", sizeof(Item));
{
if (openGL)
{
OpenGL::BuildShaderProgram(kScreenVS_OSD, kScreenFS_OSD, Shader, "OSDShader");