Forgot to delete a line

This commit is contained in:
liuk7071 2023-07-30 19:27:19 +02:00
parent 001f9dcfd9
commit 1eb016da61

View file

@ -229,7 +229,6 @@ void GPU::startCommand(u32 rawCommand) {
break;
}
default: {
if ((rawCommand >> 24) == 0x78) printf("I fucked up\n");
DrawCommand drawCommand(rawCommand);
hasCommand = true;
paramsLeft = drawCommand.getCommandSize();