mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 14:13:13 +00:00
Meow Gidolius Galacticus
This commit is contained in:
@@ -627,7 +627,9 @@ void Scheduler::EndPendingOperations() {
|
||||
void Scheduler::EndRenderPass()
|
||||
{
|
||||
RealizeDeferredClear();
|
||||
query_cache->NotifySegment(false);
|
||||
if (query_cache) {
|
||||
query_cache->NotifySegment(false);
|
||||
}
|
||||
if (!state.rendering) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user