fix rom typo
This commit is contained in:
@@ -37,7 +37,7 @@ datablock fxDtsBrickData(LogicGate_Rom64x32x8_Data){
|
||||
" Gate.queue(gate, 0) " @
|
||||
"end"
|
||||
;
|
||||
logicUpdate = return function(gate) end;
|
||||
logicUpdate = "return function(gate) end";
|
||||
logicGlobal = "";
|
||||
|
||||
numLogicPorts = 20;
|
||||
|
||||
Reference in New Issue
Block a user