Change: Add sound memory usage to framerate window.

This commit is contained in:
Peter Nelson
2023-12-11 00:29:49 +00:00
committed by Peter Nelson
parent ce5279a8dc
commit 8b00661b22
4 changed files with 24 additions and 15 deletions

View File

@@ -21,7 +21,6 @@ enum FramerateWindowWidgets : WidgetID {
WID_FRW_TIMES_CURRENT,
WID_FRW_TIMES_AVERAGE,
WID_FRW_ALLOCSIZE,
WID_FRW_SEL_MEMORY,
WID_FRW_SCROLLBAR,
};