fixed rendering rects

This commit is contained in:
vaxerski 2022-04-04 22:06:57 +02:00
parent 334f5a59b0
commit 67343898ff
2 changed files with 3 additions and 3 deletions

View file

@ -116,7 +116,7 @@ void Events::listener_monitorFrame(void* owner, void* data) {
g_pHyprOpenGL->clear(CColor(11, 55, 11, 255));
wlr_box box = {1,1,100,300};
g_pHyprOpenGL->renderRect(&box, CColor(255,0,255,255)); // THIS FUCKING SHIT DOESNT WORK!!!!!!
g_pHyprOpenGL->renderRect(&box, CColor(255,0,255,255));
g_pHyprOpenGL->end();