Incremented version number for reference
This commit is contained in:
parent
6589c808b5
commit
36fcffeaae
1 changed files with 2 additions and 2 deletions
|
@ -412,7 +412,7 @@ static void *GamepadThread(void *arg); // Mouse reading thread
|
||||||
// Initialize window and OpenGL context
|
// Initialize window and OpenGL context
|
||||||
void InitWindow(int width, int height, const char *title)
|
void InitWindow(int width, int height, const char *title)
|
||||||
{
|
{
|
||||||
TraceLog(LOG_INFO, "Initializing raylib (v1.7.0)");
|
TraceLog(LOG_INFO, "Initializing raylib (v1.8.0)");
|
||||||
|
|
||||||
// Store window title (could be useful...)
|
// Store window title (could be useful...)
|
||||||
windowTitle = title;
|
windowTitle = title;
|
||||||
|
@ -475,7 +475,7 @@ void InitWindow(int width, int height, const char *title)
|
||||||
// Initialize Android activity
|
// Initialize Android activity
|
||||||
void InitWindow(int width, int height, void *state)
|
void InitWindow(int width, int height, void *state)
|
||||||
{
|
{
|
||||||
TraceLog(LOG_INFO, "Initializing raylib (v1.7.0)");
|
TraceLog(LOG_INFO, "Initializing raylib (v1.8.0)");
|
||||||
|
|
||||||
app_dummy();
|
app_dummy();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue