Fixed setClearColor crashes

This commit is contained in:
Patrick Marsee 2019-02-18 12:47:32 -05:00
parent ff1fb5570b
commit 1f7d18a562

View file

@ -119,7 +119,7 @@ class Shell(object):
return ret return ret
def setClearColor(self): def setClearColor(self):
print(clearColor()) print(self.clearColor())
return return
def run(self): def run(self):