mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 09:06:11 +00:00
Fix util.ino
This commit is contained in:
@@ -22,5 +22,3 @@ float randomFloat(float min, float max)
|
||||
{
|
||||
return min + (max - min) * (float)rand() / RAND_MAX;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user