1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0030901: Visualization - OSD_MemInfo moving memory computation out of the constructor

This commit is contained in:
nds
2019-08-15 08:48:14 +03:00
parent a8959620a2
commit f834363dc3

View File

@@ -763,7 +763,7 @@ static int dmeminfo (Draw_Interpretor& theDI,
const char** theArgVec)
{
OSD_MemInfo aMemInfo;
aMemTool.Update();
aMemInfo.Update();
if (theArgNb <= 1)
{
theDI << aMemInfo.ToString();