inspector: needs to call new PageList.maxSize func

This commit is contained in:
Mitchell Hashimoto
2024-03-17 22:04:03 -07:00
parent e7a2a9bcd1
commit 07a27072dc
2 changed files with 4 additions and 2 deletions

View File

@@ -528,7 +528,7 @@ fn renderScreenWindow(self: *Inspector) void {
}
{
_ = cimgui.c.igTableSetColumnIndex(1);
cimgui.c.igText("%d bytes", pages.max_size);
cimgui.c.igText("%d bytes", pages.maxSize());
}
}