mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Renamed constants to new style.
This commit is contained in:
@@ -126,7 +126,7 @@ int _main_(int _argc, char** _argv)
|
||||
}
|
||||
|
||||
recomputeVisibleText |= imguiSlider("Scroll", textScroll, 0.0f, (lineCount-visibleLineCount) , 1.0f);
|
||||
imguiSlider("Rotate", textRotation, 0.0f, bx::pi*2.0f , 0.1f);
|
||||
imguiSlider("Rotate", textRotation, 0.0f, bx::kPi*2.0f , 0.1f);
|
||||
recomputeVisibleText |= imguiSlider("Scale", textScale, 0.1f, 10.0f , 0.1f);
|
||||
|
||||
if (recomputeVisibleText)
|
||||
|
||||
Reference in New Issue
Block a user