mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Renamed constants to new style.
This commit is contained in:
@@ -173,9 +173,9 @@ struct Camera
|
||||
|
||||
float right[3] =
|
||||
{
|
||||
bx::fsin(m_horizontalAngle - bx::piHalf),
|
||||
bx::fsin(m_horizontalAngle - bx::kPiHalf),
|
||||
0,
|
||||
bx::fcos(m_horizontalAngle - bx::piHalf),
|
||||
bx::fcos(m_horizontalAngle - bx::kPiHalf),
|
||||
};
|
||||
|
||||
float up[3];
|
||||
|
||||
Reference in New Issue
Block a user