aboutsummaryrefslogtreecommitdiff
path: root/pixelevents/DecayEvent.py
diff options
context:
space:
mode:
Diffstat (limited to 'pixelevents/DecayEvent.py')
-rw-r--r--pixelevents/DecayEvent.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pixelevents/DecayEvent.py b/pixelevents/DecayEvent.py
index 01255be..9a7c600 100644
--- a/pixelevents/DecayEvent.py
+++ b/pixelevents/DecayEvent.py
@@ -2,7 +2,6 @@ from operationscore.PixelEvent import *
import Util, math
class DecayEvent(PixelEvent):
def initEvent(self):
- self.validateArgs('DecayEvent.params')
self['Coefficient'] = abs(self['Coefficient'])
def state(self,timeDelay):
if self['DecayType'] == 'Exponential':