Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwes committed Jul 8, 2018
1 parent 99c12e3 commit f2f001f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/gut/gut_cmdln.gd
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ func apply_options(opts):
_tester.set_modulate(Color(1.0, 1.0, 1.0, min(1.0, float(opts.opacity) / 100)))
_tester.show()

if(options.should_maximize):
if(opts.should_maximize):
_tester.maximize()

if(opts.inner_class != ''):
Expand Down

0 comments on commit f2f001f

Please sign in to comment.