tomezpl / LepusEngine

OpenGL game engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FPPCamera won't rotate if angle is <= 0.0f

tomezpl opened this issue · comments

For some reason if rot.y <= 0.25f, it won't rotate left

Seems like this also affects X-axis

Fixing by adding 360.0f whenever an axis reaches <= 0.0f

Fixed with d944f6d