Fixed setClearColor crashes
This commit is contained in:
parent
ff1fb5570b
commit
1f7d18a562
1 changed files with 1 additions and 1 deletions
2
shell.py
2
shell.py
|
@ -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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue