Skip to content

Commit

Permalink
Fix static lights forceful disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Jul 9, 2024
1 parent 57f4fd2 commit b5b9415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/DefaultEnvironmentEventsFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ MAKE_HOOK_MATCH(DefaultEnvironmentEventsFactory_InsertDefaultEvents,
}

void DefaultEnvironmentEventsFactoryHook() {
INSTALL_HOOK(ChromaLogger::Logger, DefaultEnvironmentEventsFactory_InsertDefaultEvents);
// INSTALL_HOOK(ChromaLogger::Logger, DefaultEnvironmentEventsFactory_InsertDefaultEvents);
}

ChromaInstallHooks(DefaultEnvironmentEventsFactoryHook)

0 comments on commit b5b9415

Please sign in to comment.