mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
trying something else... also replaced M_PI by PI everywhere
This commit is contained in:
parent
71418639d3
commit
e4cb004460
4 changed files with 10 additions and 9 deletions
|
@ -3605,7 +3605,7 @@ ClientMap::ClientMap(
|
|||
m_control(control),
|
||||
m_camera_position(0,0,0),
|
||||
m_camera_direction(0,0,1),
|
||||
m_camera_fov(M_PI)
|
||||
m_camera_fov(PI)
|
||||
{
|
||||
m_camera_mutex.Init();
|
||||
assert(m_camera_mutex.IsInitialized());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue