mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 09:26:52 +00:00
Typo fix
This commit is contained in:
@@ -1046,7 +1046,7 @@ struct SPVInstruction
|
||||
break;
|
||||
case spv::OpISub:
|
||||
case spv::OpFSub:
|
||||
opstr[0] = '+';
|
||||
opstr[0] = '-';
|
||||
break;
|
||||
case spv::OpIMul:
|
||||
case spv::OpFMul:
|
||||
|
||||
Reference in New Issue
Block a user