Skip to content

Commit 5b2310c

Browse files
SnowyWhitewroyca
authored andcommitted
Fix typo
1 parent e7c2a88 commit 5b2310c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Components/Modules/QuickPatch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ namespace Components
365365
}
366366
}
367367

368-
// Set r_mode to the resolution that matches current the monitor.
368+
// Set r_mode to the resolution that matches the current monitor.
369369
// Note that this dvar is registered with 2 flags: DVAR_ARCHIVE and DVAR_LATCH.
370370
// To ensure the change propagates correctly, we use an API call instead of modifying the dvar directly.
371371
Game::Dvar_SetInt(r_mode, mode_index);

0 commit comments

Comments
 (0)