Skip to content
Snippets Groups Projects
Commit 3c27d0fa authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Comment to myself that should have been in one of the last few commits.

parent 47689c1c
No related branches found
No related tags found
No related merge requests found
......@@ -340,6 +340,10 @@ def run(args, context):
width=width,
height=height)
# Should I be initialising all of
# these? Aren't they initialised
# in the call to applyArguments
# below?
c.showCursor = sceneOpts.showCursor
c.cursorColour = sceneOpts.cursorColour
c.bgColour = sceneOpts.bgColour
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment