seed r29 - trunk/examples/lightsoff



Author: racarr
Date: Thu Oct 23 11:34:17 2008
New Revision: 29
URL: http://svn.gnome.org/viewvc/seed?rev=29&view=rev

Log:
Oops.


Modified:
   trunk/examples/lightsoff/lightsoff.js

Modified: trunk/examples/lightsoff/lightsoff.js
==============================================================================
--- trunk/examples/lightsoff/lightsoff.js	(original)
+++ trunk/examples/lightsoff/lightsoff.js	Thu Oct 23 11:34:17 2008
@@ -88,7 +88,7 @@
 {
 	var count = Math.round(size*5* Math.random());
 
-	var sym = Math.floor(3*Math.random(level));
+	var sym = Math.floor(3*Math.random());
 
 	for (q = 0; q < count + 5; ++q)
 	{



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]