Merge pull request #3715 from PathToLife/patch-2

UI: FIX #3714 Add tprintf to RamCostGenerator
This commit is contained in:
hydroflame 2022-05-23 12:16:03 -04:00 committed by GitHub
commit d7abbb1885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -356,6 +356,7 @@ export const RamCosts: IMap<any> = {
print: 0,
printf: 0,
tprint: 0,
tprintf: 0,
clearLog: 0,
disableLog: 0,
enableLog: 0,