Skip to content

Commit dc1dd8a

Browse files
committed
Hacky fix for loadASMPatch() in 2.3.3
I don't know why this works
1 parent 22b69d7 commit dc1dd8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ScriptHawk.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ end
308308

309309
local code = {};
310310

311-
local function codeWriter(...)
311+
function codeWriter(...)
312312
if isPointer(arg[1]) then
313313
table.insert(code, {arg[1] - RDRAMBase, arg[2]});
314314
else

0 commit comments

Comments
 (0)