Remove duplicate comment

This commit is contained in:
raven02 2013-10-01 14:04:48 +08:00
parent 7f3a3ccd6c
commit 90e77f8c30

View File

@ -334,7 +334,6 @@ static const CommandTableEntry commandTable[] = {
{GE_CMD_BONEMATRIXNUMBER, FLAG_EXECUTE},
{GE_CMD_BONEMATRIXDATA, FLAG_EXECUTE},
// "Missing" commands (gaps in the sequence)
// "Missing" commands (gaps in the sequence)
{GE_CMD_UNKNOWN_03, FLAG_EXECUTE},
{GE_CMD_UNKNOWN_0D, FLAG_EXECUTE},
@ -1565,4 +1564,4 @@ bool GLES_GPU::GetCurrentTexture(GPUDebugBuffer &buffer) {
#else
return false;
#endif
}
}