Fixing compile error related to missing return value from input.cpp
This commit is contained in:
parent
bdb5d68e77
commit
c573adb829
|
@ -283,7 +283,7 @@ Point2 InputDefault::get_mouse_speed() const {
|
|||
|
||||
int InputDefault::get_mouse_button_mask() const {
|
||||
|
||||
OS::get_singleton()->get_mouse_button_state();
|
||||
return OS::get_singleton()->get_mouse_button_state();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue