Skip to content

Commit

Permalink
A workaround to pysideluxcoredemo crash for calling sys.exit (issue #29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dade916 committed Dec 31, 2017
1 parent 7c7df30 commit c2a7c23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples/pysideluxcoredemo/pysideluxcoredemo.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,6 @@ def main():
rv = RenderView("scenes/luxball/luxball-hdr.cfg")
rv.show()
app.exec_()

sys.exit()

if __name__ == '__main__':
main()

0 comments on commit c2a7c23

Please sign in to comment.