Updated raylib version to 1.6
This commit is contained in:
parent
ae70540a96
commit
d5f5f0a930
2 changed files with 3 additions and 3 deletions
|
@ -293,7 +293,7 @@ static void *GamepadThread(void *arg); // Mouse reading thread
|
|||
// Initialize Window and Graphics Context (OpenGL)
|
||||
void InitWindow(int width, int height, const char *title)
|
||||
{
|
||||
TraceLog(INFO, "Initializing raylib (v1.5.0)");
|
||||
TraceLog(INFO, "Initializing raylib (v1.6.0)");
|
||||
|
||||
// Store window title (could be useful...)
|
||||
windowTitle = title;
|
||||
|
@ -347,7 +347,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.5.0)");
|
||||
TraceLog(INFO, "Initializing raylib (v1.6.0)");
|
||||
|
||||
app_dummy();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue