Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
Small fix.
  • Loading branch information
xzripper authored Mar 15, 2024
1 parent 4229bcc commit 99fdf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ def main() -> None:

logger.info('Initializing window...')

ImGuiStandalone('Mouse Image Drawer.', 375, 215, True, 'insert', None).loop(main)
ImGuiStandalone('Mouse Image Drawer.', 375, 215, True, None, None).loop(main)

0 comments on commit 99fdf19

Please sign in to comment.