Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisotura committed Dec 25, 2023
1 parent 80c6dd5 commit 5c90cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/qt_sdl/OSD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 5c90cb9

Please sign in to comment.