mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix default cursor in html5 export.
This commit is contained in:
parent
14f69acaa4
commit
3f8830ec50
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ static const char *godot2dom_cursor(OS::CursorShape p_shape) {
|
|||
switch (p_shape) {
|
||||
case OS::CURSOR_ARROW:
|
||||
default:
|
||||
return "auto";
|
||||
return "default";
|
||||
case OS::CURSOR_IBEAM:
|
||||
return "text";
|
||||
case OS::CURSOR_POINTING_HAND:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue