is atleast this working?![]()
Download: *** Hidden text: cannot be quoted. ***
[/REPLYANDTHANKS]
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