Skip to content

Commit c77d6e6

Browse files
committed
Fix typo
Signed-off-by: Isaac Marovitz <[email protected]>
1 parent 3eb0946 commit c77d6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XenosRecomp/shader_recompiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ void ShaderRecompiler::recompile(const AluInstruction& instr)
772772
auto v1 = op(VECTOR_1);
773773
operationResultComponentCount = std::max(v0.componentCount, v1.componentCount);
774774

775-
print("{} + {}", v0.expression, v1.expression);
775+
print("{} * {}", v0.expression, v1.expression);
776776
break;
777777
}
778778

0 commit comments

Comments
 (0)