Skip to content

Commit f25a0f6

Browse files
authored
Update include/Functions.hpp
1 parent 1dd2ec0 commit f25a0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Functions.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace raylib {
4242
/**
4343
* Initialize window and OpenGL context
4444
*/
45-
RLCPPAPI inline void InitWindow(int width, int height, const std::string& title = "") {
45+
RLCPPAPI inline void InitWindow(int width, int height, const std::string& title = "raylib") {
4646
::InitWindow(width, height, title.c_str());
4747
}
4848

0 commit comments

Comments
 (0)