- [FIX] El cursor pintava el color transparent

This commit is contained in:
2023-10-18 17:25:52 +02:00
parent c6b994cc37
commit d237dd2019

View File

@@ -52,6 +52,7 @@ namespace gamestate
draw::setSource(fondo);
draw::draw(0, 0, 320, 200, 0, 0);
draw::setTrans(0);
draw::setSource(cursor);
draw::draw(input::mouseX(), input::mouseY(), cursor->w, cursor->h, 0, 0);