What's new
What's new
Metin2Resources

👋 Welcome to Metin2Resources — your hub for professional Metin2 server development.

🚀 Join today and start building better.

[C++/Py] In Game Wiki - Aeldra FULL + FIX Black Screen (Full & Testat)

okrim545

Member
📜 Messages 12
👍 Reactions 0
🏆 Points 25
LPXW2zz.png


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
ty
 
Back
Top Bottom