mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Merge pull request #59979 from bruvzg/cpp_check2
This commit is contained in:
@@ -139,7 +139,7 @@ void OS_Android::finalize() {
|
||||
}
|
||||
|
||||
OS_Android *OS_Android::get_singleton() {
|
||||
return (OS_Android *)OS::get_singleton();
|
||||
return static_cast<OS_Android *>(OS::get_singleton());
|
||||
}
|
||||
|
||||
GodotJavaWrapper *OS_Android::get_godot_java() {
|
||||
|
||||
Reference in New Issue
Block a user