pointer: use preMonitorCommit for resetting render state

in DS preRender is not called
This commit is contained in:
Vaxry
2024-07-30 15:32:38 +02:00
parent 10e631053a
commit f3a9f9ec45
2 changed files with 3 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ CPointerManager::CPointerManager() {
nullptr);
});
hooks.monitorPreRender = g_pHookSystem->hookDynamic("preRender", [this](void* self, SCallbackInfo& info, std::any data) {
hooks.monitorPreRender = g_pHookSystem->hookDynamic("preMonitorCommit", [this](void* self, SCallbackInfo& info, std::any data) {
auto state = stateFor(std::any_cast<CMonitor*>(data)->self.lock());
if (!state)
return;