fix rom typo

This commit is contained in:
Redo
2022-11-15 13:59:58 -06:00
parent dd4594e06d
commit da61078e15
39 changed files with 39 additions and 39 deletions

View File

@@ -37,7 +37,7 @@ datablock fxDtsBrickData(LogicGate_Rom32x32x32_Data){
" Gate.queue(gate, 0) " @
"end"
;
logicUpdate = return function(gate) end;
logicUpdate = "return function(gate) end";
logicGlobal = "";
numLogicPorts = 43;