mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-21 14:00:52 +00:00
Make some ints floats.
This commit is contained in:
parent
9f4c55c177
commit
c2506d5bb2
12 changed files with 18 additions and 18 deletions
|
@ -76,7 +76,7 @@ public:
|
|||
~Path();
|
||||
void destroy();
|
||||
void init();
|
||||
void clampPosition(Vector *pos, int rad=0);
|
||||
void clampPosition(Vector *pos, float rad=0);
|
||||
void song(SongType song);
|
||||
void songNote(int note);
|
||||
void songNoteDone(int note, float len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue