diff options
| author | raysan5 <raysan5@gmail.com> | 2016-03-28 01:18:40 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2016-03-28 01:18:40 +0200 |
| commit | 1136d4222f81524c10b2319b325fcf1282bc6ec1 (patch) | |
| tree | f8bbcbfe1c07d4c9deabe2d8b48a08a4183b5314 /src | |
| parent | 136408d8b8b096f23953aba3d81b3fbeccdc2680 (diff) | |
| download | raylib-1136d4222f81524c10b2319b325fcf1282bc6ec1.tar.gz raylib-1136d4222f81524c10b2319b325fcf1282bc6ec1.zip | |
Setting up for raylib 1.5.0
Diffstat (limited to 'src')
| -rw-r--r-- | src/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -304,7 +304,7 @@ static EM_BOOL EmscriptenInputCallback(int eventType, const EmscriptenTouchEvent // Initialize Window and Graphics Context (OpenGL) void InitWindow(int width, int height, const char *title) { - TraceLog(INFO, "Initializing raylib (v1.4.0)"); + TraceLog(INFO, "Initializing raylib (v1.5.0)"); // Store window title (could be useful...) windowTitle = title; @@ -360,7 +360,7 @@ void InitWindow(int width, int height, const char *title) // Android activity initialization void InitWindow(int width, int height, struct android_app *state) { - TraceLog(INFO, "Initializing raylib (v1.4.0)"); + TraceLog(INFO, "Initializing raylib (v1.5.0)"); app_dummy(); |
