fixed rendering rects
This commit is contained in:
parent
334f5a59b0
commit
67343898ff
2 changed files with 3 additions and 3 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue