mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-05 17:36:26 +00:00
Merge branch 'master' of https://github.com/raysan5/raylib
This commit is contained in:
@@ -906,6 +906,12 @@ int InitPlatform(void)
|
|||||||
rlLoadExtensions(eglGetProcAddress);
|
rlLoadExtensions(eglGetProcAddress);
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
// Initialize timming system
|
||||||
|
//----------------------------------------------------------------------------
|
||||||
|
// NOTE: timming system must be initialized before the input events system
|
||||||
|
InitTimer();
|
||||||
|
//----------------------------------------------------------------------------
|
||||||
|
|
||||||
// Initialize input events system
|
// Initialize input events system
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
InitEvdevInput(); // Evdev inputs initialization
|
InitEvdevInput(); // Evdev inputs initialization
|
||||||
@@ -913,11 +919,6 @@ int InitPlatform(void)
|
|||||||
InitKeyboard(); // Keyboard init (stdin)
|
InitKeyboard(); // Keyboard init (stdin)
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|
||||||
// Initialize timming system
|
|
||||||
//----------------------------------------------------------------------------
|
|
||||||
InitTimer();
|
|
||||||
//----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
// Initialize storage system
|
// Initialize storage system
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
CORE.Storage.basePath = GetWorkingDirectory();
|
CORE.Storage.basePath = GetWorkingDirectory();
|
||||||
|
Reference in New Issue
Block a user