removed visual wires; made turning fx back on send all pending fx updates
This commit is contained in:
@@ -314,7 +314,9 @@ while 1 do
|
||||
end
|
||||
|
||||
if time-lastfxtime >= OPT_FX_TIME then
|
||||
sim:sendfxupdate()
|
||||
if OPT_FX_UPDATES then
|
||||
sim:sendfxupdate()
|
||||
end
|
||||
sim:sendcallbacks()
|
||||
lastfxtime = time
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user