mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 22:03:12 +01:00
Renamed constants to new style.
This commit is contained in:
@@ -223,7 +223,7 @@ int _main_(int _argc, char** _argv)
|
||||
float mtxBunny[16];
|
||||
bx::mtxSRT(mtxBunny
|
||||
, 5.0f, 5.0f, 5.0f
|
||||
, 0.0f, bx::pi - timeAccumulatorScene, 0.0f
|
||||
, 0.0f, bx::kPi - timeAccumulatorScene, 0.0f
|
||||
, 15.0f, 5.0f, 0.0f
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user