FluidBufProcessor: Properly reset cache on command period

So that it reinstantiates properly
nix
Owen Green 5 years ago
parent 481722f13f
commit 78cf7bb20d

@ -85,6 +85,7 @@ FluidBufProcessor : FluidServerObject
*cmdPeriod {
serverCaches[this].doAll{|processor| processor.free; };
serverCaches[this] = nil;
count = 0;
}

Loading…
Cancel
Save