fix: mesa bryce
now mesa bryce is implemented using decomp from ida 7
This commit is contained in:
@@ -10,7 +10,7 @@ PerlinSimplexNoise::PerlinSimplexNoise(int levels)
|
||||
PerlinSimplexNoise::PerlinSimplexNoise(Random *random, int levels)
|
||||
{
|
||||
init(random,levels);
|
||||
delete random;
|
||||
//delete random;
|
||||
}
|
||||
|
||||
void PerlinSimplexNoise::init(Random *random, int levels)
|
||||
|
||||
Reference in New Issue
Block a user