1
0
mirror of https://github.com/Mauler125/r5sdk.git synced 2025-02-09 19:15:03 +01:00

Light cleanup of SQVM_PrintFunc

This commit is contained in:
Kawe Mazidjatari 2022-08-08 18:17:40 +02:00
parent cc3d7d3afc
commit be01006ca0

@ -154,7 +154,7 @@ SQRESULT SQVM_PrintFunc(HSQUIRRELVM v, SQChar* fmt, ...)
} }
else else
{ {
vmStrAnsi = vmStrAnsi = Plat_GetProcessUpTime();; vmStrAnsi = Plat_GetProcessUpTime();;
vmStrAnsi.append(SQVM_ANSI_LOG_T[static_cast<SQInteger>(context)]); vmStrAnsi.append(SQVM_ANSI_LOG_T[static_cast<SQInteger>(context)]);
} }
vmStrAnsi.append(buf); vmStrAnsi.append(buf);