Make the default text color black.

This commit is contained in:
Steven Smith 2016-04-12 12:41:06 -07:00
parent fef90893a6
commit 7f394dbb5f

View File

@ -28,7 +28,7 @@ GX_TRANSFER_FORMAT gpuToGxFormat[13] = {
GX_TRANSFER_FMT_RGBA8 // Unsupported
};
static u32 colorConfig[NUM_COLORS];
static u32 colorConfig[NUM_COLORS] = {0xFF000000};
static bool c3dInitialized;