Skip to content

Commit

Permalink
Small spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Jan 12, 2025
1 parent aa2f4d5 commit 69b8326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tauon/t_modules/t_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(
fs_mode: bool, t_title: str, n_version: str, t_version: str, t_id: str, t_agent: str, dev_mode: bool,
instance_lock: TextIOWrapper | None, log: LogHistoryHandler,
) -> None:
self.t_window = t_window # SDL_CreateWindow() return type (???)
self.t_window = t_window # SDL_CreateWindow() return type (???)
self.renderer = renderer # SDL_CreateRenderer() return type (???)
self.logical_size = logical_size # X Y res
self.window_size = window_size # X Y res
Expand Down

0 comments on commit 69b8326

Please sign in to comment.