mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
45-bokeh: Fixed OSX build.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user