summaryrefslogtreecommitdiffhomepage
path: root/src/utils.c
diff options
context:
space:
mode:
authorRay <[email protected]>2019-06-19 15:43:35 +0200
committerRay <[email protected]>2019-06-19 15:43:35 +0200
commit1b249ac1e15b59867c6f9af3ff628cffba0840ee (patch)
tree4e86c89898ea2548e674204332501013322ecc19 /src/utils.c
parente0854696b4685737f21b0b2b973104c76c5bb8ef (diff)
downloadraylib-1b249ac1e15b59867c6f9af3ff628cffba0840ee.tar.gz
raylib-1b249ac1e15b59867c6f9af3ff628cffba0840ee.zip
Define some globals
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c2
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
//----------------------------------------------------------------------------------