mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Remove tooltip debug message from logs
--HG-- branch : misc-patches
This commit is contained in:
parent
5b09380bff
commit
ea5a36b105
1 changed files with 0 additions and 1 deletions
|
@ -408,7 +408,6 @@ namespace NLGUI
|
||||||
splitString(tooltipInfos, "@", tooltipInfosList);
|
splitString(tooltipInfos, "@", tooltipInfosList);
|
||||||
texName = tooltipInfosList[0];
|
texName = tooltipInfosList[0];
|
||||||
tooltip = tooltipInfosList[1];
|
tooltip = tooltipInfosList[1];
|
||||||
nlinfo(tooltip.c_str());
|
|
||||||
setString(ucstring(tooltip));
|
setString(ucstring(tooltip));
|
||||||
CViewRenderer &rVR = *CViewRenderer::getInstance();
|
CViewRenderer &rVR = *CViewRenderer::getInstance();
|
||||||
sint32 texId = rVR.getTextureIdFromName (texName);
|
sint32 texId = rVR.getTextureIdFromName (texName);
|
||||||
|
|
Loading…
Reference in a new issue