fix: mesa bryce

now mesa bryce is implemented using decomp from ida 7
This commit is contained in:
Lord_Cambion
2026-04-24 00:54:09 +02:00
parent 4303b4966a
commit a9bf54ff8f
4 changed files with 334 additions and 218 deletions
+1 -1
View File
@@ -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)