Skip to content

Commit

Permalink
Adjusting a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
levitation committed Aug 22, 2024
1 parent 2e2a8fd commit 83180fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ BOOL Wh_ModInit() {

void Wh_ModAfterInit(void) {

if (g_retryInitInAThread) { //Are we in the proces of creating the init thread? If g_initThreadStopSignal is NULL then we are not going to create init thread.
if (g_retryInitInAThread) { //Are we in the process of creating the init thread?

//Temporarily set the resolution to maximum until we poll in a separate thread. Maximum resolution is needed so that the mod can enable the classic theme at earliest suitable moment.Delay in enabling classic theme would result in some programs starting with no classic theme enabled.

Expand Down

0 comments on commit 83180fa

Please sign in to comment.