You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
added a const keyword for a methods that return constant literal...
This commit is contained in:
@@ -530,7 +530,7 @@ OS::VideoMode OS_UWP::get_video_mode(int p_screen) const {
|
||||
void OS_UWP::get_fullscreen_mode_list(List<VideoMode> *p_list, int p_screen) const {
|
||||
}
|
||||
|
||||
String OS_UWP::get_name() {
|
||||
String OS_UWP::get_name() const {
|
||||
|
||||
return "UWP";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user