mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-10 16:17:47 -04:00
Fix tooltip transparency
This commit is contained in:
parent
8f7926039b
commit
752eacec7c
1 changed files with 2 additions and 2 deletions
|
@ -637,8 +637,8 @@ static void nk_love_draw_rect(int x, int y, unsigned int w,
|
||||||
lua_pushstring(L, "line");
|
lua_pushstring(L, "line");
|
||||||
else
|
else
|
||||||
lua_pushstring(L, "fill");
|
lua_pushstring(L, "fill");
|
||||||
lua_pushnumber(L, x + 0.5);
|
lua_pushnumber(L, x);
|
||||||
lua_pushnumber(L, y + 0.5);
|
lua_pushnumber(L, y);
|
||||||
lua_pushnumber(L, w);
|
lua_pushnumber(L, w);
|
||||||
lua_pushnumber(L, h);
|
lua_pushnumber(L, h);
|
||||||
lua_pushnumber(L, r);
|
lua_pushnumber(L, r);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue