references to DWI's behaviors
This commit is contained in:
@@ -68,6 +68,8 @@ bool LyricsLoader::LoadFromLRCFile(const RString& sPath, Song& out)
|
||||
// set color var here for this segment
|
||||
int r, g, b;
|
||||
int result = sscanf( sValueData.c_str(), "0x%2x%2x%2x", &r, &g, &b );
|
||||
// According to the Dance With Intensity readme, one can set up to
|
||||
// ten colors in a line and access them via "{cX}", where X is 0-9.
|
||||
if(result != 3)
|
||||
{
|
||||
LOG->Trace( "The color value '%s' in '%s' is invalid.",
|
||||
|
||||
Reference in New Issue
Block a user