Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Feb 22, 2024
1 parent 947bb4b commit 8ea88a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mods/vr/RenderTargetPoolHook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include <sdk/FRenderTargetPool.hpp>
#include <sdk/EngineModule.hpp>
#include <sdk/threading/RHIThreadWorker.hpp>

#include "../VR.hpp"
#include "../../utility/Logging.hpp"
Expand Down Expand Up @@ -91,9 +92,6 @@ bool RenderTargetPoolHook::find_free_element_hook(
g_hook->m_seen_names.insert(name);
SPDLOG_INFO("FRenderTargetPool::FindFreeElement called with name {}", utility::narrow(name));
}

g_hook->m_render_targets[name] = out->reference;
}
}

return result;
Expand Down

0 comments on commit 8ea88a2

Please sign in to comment.