mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
When custom assets aren't mounted, unmount should be quiet
This commit is contained in:
@@ -593,10 +593,12 @@ void FILESYSTEM_unmountAssets(void)
|
||||
assetDir[0] = '\0';
|
||||
graphics.reloadresources();
|
||||
}
|
||||
#if 0 /* flibit removed this because it was noisy, maybe keep for debug? */
|
||||
else
|
||||
{
|
||||
printf("Cannot unmount when no asset directory is mounted\n");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
static void getMountedPath(
|
||||
|
||||
Reference in New Issue
Block a user