We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd2ec0 commit f25a0f6Copy full SHA for f25a0f6
include/Functions.hpp
@@ -42,7 +42,7 @@ namespace raylib {
42
/**
43
* Initialize window and OpenGL context
44
*/
45
-RLCPPAPI inline void InitWindow(int width, int height, const std::string& title = "") {
+RLCPPAPI inline void InitWindow(int width, int height, const std::string& title = "raylib") {
46
::InitWindow(width, height, title.c_str());
47
}
48
0 commit comments