|
|
@@ -583,9 +583,7 @@ public:
|
|
|
++counter;
|
|
|
radius += m_radiusScale / radius;
|
|
|
}
|
|
|
- char buffer[128] = {0};
|
|
|
- bx::snprintf(buffer, 128-1, "number of samples taken: %d", counter);
|
|
|
- ImGui::Text(buffer);
|
|
|
+ ImGui::Text("number of samples taken: %d", counter);
|
|
|
if (ImGui::IsItemHovered())
|
|
|
ImGui::SetTooltip("number of sample taps as determined by radiusScale");
|
|
|
}
|