mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Add Rocket item, WIP rocket launcher
This commit is contained in:
@@ -166,7 +166,6 @@ int Mth::random(int max)
|
||||
|
||||
float Mth::random()
|
||||
{
|
||||
return g_Random.genrand_int32() * (1.0f / 4294967295.0f);
|
||||
// divided by 2^32-1
|
||||
return g_Random.nextFloat();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user