Fix compile compile error on windows platform
This commit is contained in:
parent
d30f4e52f6
commit
bb6daaa02e
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ int OS_Windows::get_video_driver_count() const {
|
|||
}
|
||||
const char * OS_Windows::get_video_driver_name(int p_driver) const {
|
||||
|
||||
return p_driver=="GLES2";
|
||||
return "GLES2";
|
||||
}
|
||||
|
||||
OS::VideoMode OS_Windows::get_default_video_mode() const {
|
||||
|
|
Loading…
Reference in a new issue