aboutsummaryrefslogtreecommitdiff
path: root/operationscore/Renderer.py
diff options
context:
space:
mode:
Diffstat (limited to 'operationscore/Renderer.py')
-rw-r--r--operationscore/Renderer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/operationscore/Renderer.py b/operationscore/Renderer.py
index ed88a8c..b422304 100644
--- a/operationscore/Renderer.py
+++ b/operationscore/Renderer.py
@@ -3,8 +3,8 @@
#Inheriting classes may define initRenderer which is called after the dictionary
#is pulled from config.
#TODO: multithreaded-rendering
-from operationscore.ThreadedSmootCoreObject import *
-class Renderer(ThreadedSmootCoreObject):
+from operationscore.SmootCoreObject import *
+class Renderer(SmootCoreObject):
def init(self):
self.initRenderer()
def render(lightSystem):