aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/samples/SampleBase/ui
diff options
context:
space:
mode:
Diffstat (limited to 'NvCloth/samples/SampleBase/ui')
-rw-r--r--NvCloth/samples/SampleBase/ui/CommonUIController.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/NvCloth/samples/SampleBase/ui/CommonUIController.cpp b/NvCloth/samples/SampleBase/ui/CommonUIController.cpp
index 63284a2..492e3e9 100644
--- a/NvCloth/samples/SampleBase/ui/CommonUIController.cpp
+++ b/NvCloth/samples/SampleBase/ui/CommonUIController.cpp
@@ -188,6 +188,8 @@ void CommonUIController::drawUI()
drawCodeProfiler(&s_showProfilerWindow);
}
#endif
+
+ getSceneController().drawStatsUI();
}
///////////////////////////////////////////////////////////////////////////////////////////