remove debug prints
This commit is contained in:
parent
eb08eafcfe
commit
847636a60b
@ -31,7 +31,6 @@ datablock fxDTSBrickData(LogicGate_TextBrick2_Data){
|
||||
lualogic_registergatedefinition("LogicGate_TextBrick2_Data");
|
||||
|
||||
function LogicGate_TextBrick2_Data::LuaLogic_Callback(%data, %brick, %arg) {
|
||||
talk("text brick cb: " @ %arg);
|
||||
%colorId = getWord(%arg, 0);
|
||||
if(%colorId != -1) %brick.setColor(%colorId);
|
||||
%domain = getWord(%arg, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user