aboutsummaryrefslogtreecommitdiff
path: root/layouts/SpecifiedLayout.py
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/SpecifiedLayout.py')
-rw-r--r--layouts/SpecifiedLayout.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/SpecifiedLayout.py b/layouts/SpecifiedLayout.py
index 5a6e963..b746e68 100644
--- a/layouts/SpecifiedLayout.py
+++ b/layouts/SpecifiedLayout.py
@@ -12,10 +12,9 @@ class SpecifiedLayout(PixelAssembler):
You may put attributes on the Locs so that you don't get confused.
"""
- def layoutInit(self):
+ def initLayout(self):
self.lightNum = -1
def layoutFunc(self, lastLocation):
self.lightNum += 1
return self['Locations'][self.lightNum]
-