Fix missing semicolon.

This commit is contained in:
squidbus 2025-03-07 15:22:26 -08:00
parent 7be1285e3d
commit de50734568

View file

@ -1646,7 +1646,7 @@ void ShaderRecompiler::recompile(const uint8_t* shaderData, const std::string_vi
{ {
indent(); indent();
#ifdef UNLEASHED_RECOMP #ifdef UNLEASHED_RECOMP
print("[unroll] ") print("[unroll] ");
#endif #endif
println("for (aL = 0; aL < i{}.x; aL++)", uint32_t(cfInstr.loopStart.loopId)); println("for (aL = 0; aL < i{}.x; aL++)", uint32_t(cfInstr.loopStart.loopId));
indent(); indent();