You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fixing compile error related to missing return value from input.cpp
This commit is contained in:
@@ -283,7 +283,7 @@ Point2 InputDefault::get_mouse_speed() const {
|
|||||||
|
|
||||||
int InputDefault::get_mouse_button_mask() const {
|
int InputDefault::get_mouse_button_mask() const {
|
||||||
|
|
||||||
OS::get_singleton()->get_mouse_button_state();
|
return OS::get_singleton()->get_mouse_button_state();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user