mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-28 09:58:47 +02:00
end is important, put it back
This commit is contained in:
parent
ca68846c1b
commit
43eed32e1d
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ void PieMenu::render() {
|
|||
}
|
||||
|
||||
float start = M_PI / 2.0f;
|
||||
float end = start + 2.0f * M_PI;
|
||||
float step = 2.0f * M_PI / 100.0f;
|
||||
float distance = sqrt((_mouseX - _x) * (_mouseX - _x) +
|
||||
(_mouseY - _y) * (_mouseY - _y));
|
||||
|
|
Loading…
Reference in a new issue