mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-11 21:31:10 +01:00
Fix default cursor in html5 export.
This commit is contained in:
parent
0da3dcc5b4
commit
e12997ed02
@ -325,7 +325,7 @@ static const char *pandemonium2dom_cursor(OS::CursorShape p_shape) {
|
|||||||
switch (p_shape) {
|
switch (p_shape) {
|
||||||
case OS::CURSOR_ARROW:
|
case OS::CURSOR_ARROW:
|
||||||
default:
|
default:
|
||||||
return "auto";
|
return "default";
|
||||||
case OS::CURSOR_IBEAM:
|
case OS::CURSOR_IBEAM:
|
||||||
return "text";
|
return "text";
|
||||||
case OS::CURSOR_POINTING_HAND:
|
case OS::CURSOR_POINTING_HAND:
|
||||||
|
Loading…
Reference in New Issue
Block a user