Increase buffer size to correct amount

This commit is contained in:
root
2019-08-30 10:23:30 -06:00
parent 5a4670eac2
commit 328c7654ab

View File

@@ -33,7 +33,7 @@
#include "ValueBuffer.h"
const int DISINTEGRATOR_BUFFER_SIZE = 200;
const int DISINTEGRATOR_BUFFER_SIZE = 201;
class DisintegratorEffect : public Effect