mirror of
https://github.com/hedge-dev/XenosRecomp.git
synced 2025-10-30 07:12:17 +00:00
Fix missing semicolon. (#14)
This commit is contained in:
parent
7be1285e3d
commit
b15b5e4728
1 changed files with 1 additions and 1 deletions
|
|
@ -1646,7 +1646,7 @@ void ShaderRecompiler::recompile(const uint8_t* shaderData, const std::string_vi
|
|||
{
|
||||
indent();
|
||||
#ifdef UNLEASHED_RECOMP
|
||||
print("[unroll] ")
|
||||
print("[unroll] ");
|
||||
#endif
|
||||
println("for (aL = 0; aL < i{}.x; aL++)", uint32_t(cfInstr.loopStart.loopId));
|
||||
indent();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue