mirror of https://github.com/bkaradzic/bgfx
45-bokeh: Fixed OSX build.
This commit is contained in:
parent
e068453b53
commit
eee065c59f
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue