diff options
| author | Ray <[email protected]> | 2019-06-19 15:43:35 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-06-19 15:43:35 +0200 |
| commit | 1b249ac1e15b59867c6f9af3ff628cffba0840ee (patch) | |
| tree | 4e86c89898ea2548e674204332501013322ecc19 /src/utils.c | |
| parent | e0854696b4685737f21b0b2b973104c76c5bb8ef (diff) | |
| download | raylib-1b249ac1e15b59867c6f9af3ff628cffba0840ee.tar.gz raylib-1b249ac1e15b59867c6f9af3ff628cffba0840ee.zip | |
Define some globals
Diffstat (limited to 'src/utils.c')
| -rw-r--r-- | src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c index ee4be46d..8aad9f44 100644 --- a/src/utils.c +++ b/src/utils.c @@ -62,7 +62,7 @@ static int logTypeExit = LOG_ERROR; static TraceLogCallback logCallback = NULL; #if defined(PLATFORM_ANDROID) -AAssetManager *assetManager; +AAssetManager *assetManager = NULL; #endif //---------------------------------------------------------------------------------- |
