Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > a3e878e0ace9a67e0384460d7847ea1a > files > 3

mathmap-1.3.5-1.fc14.src.rpm

--- mathmap-1.3.5.orig/builtins/libnoise.cpp	2009-08-23 06:56:14.000000000 -0500
+++ mathmap-1.3.5/builtins/libnoise.cpp	2010-06-07 20:41:41.430249056 -0500
@@ -36,7 +36,7 @@
 {
     module::Perlin p;
 
-    p.SetNoiseQuality (QUALITY_BESTEST);
+    p.SetNoiseQuality (QUALITY_BEST);
     p.SetOctaveCount (num_octaves);
     p.SetLacunarity (lacunarity);
     p.SetPersistence (persistence);
@@ -52,7 +52,7 @@
 {
     module::Billow p;
 
-    p.SetNoiseQuality (QUALITY_BESTEST);
+    p.SetNoiseQuality (QUALITY_BEST);
     p.SetOctaveCount (num_octaves);
     p.SetLacunarity (lacunarity);
     p.SetPersistence (persistence);
@@ -68,7 +68,7 @@
 {
     module::RidgedMulti p;
 
-    p.SetNoiseQuality (QUALITY_BESTEST);
+    p.SetNoiseQuality (QUALITY_BEST);
     p.SetOctaveCount (num_octaves);
     p.SetLacunarity (lacunarity);