- Joined
- Jul 14, 2025
- Messages
- 117
- Reaction score
- 1,097
- Points
- 93
- Discord
- jigsaw86
Download: [REPLYANDTHANKS]
🔐 Premium Access
🔗 You must be a Premium member to view the download link.
💎 Upgrade to Premium — £5 / month
Fix
In PythonApplication.cpp change:
C++:
#if defined(INGAME_WIKI)
if (CPythonWikiRenderTarget::instance().CanRenderWikiModules()) {
CWikiRenderTargetManager::Instance().ReleaseRenderTargetTextures();
}
#endif
With:
C++:
#if defined(INGAME_WIKI)
CWikiRenderTargetManager::Instance().ReleaseRenderTargetTextures();
#endif