Cables now use simplified rendering.

This commit is contained in:
AlgorithmX2
2014-02-13 23:32:35 -06:00
parent de0cea955a
commit 480f4b8180
4 changed files with 9 additions and 0 deletions
+6
View File
@@ -103,6 +103,11 @@ public class Platform
*/
static private Random rdnSrc = new Random();
public static Random getRandom()
{
return rdnSrc;
}
public static int getRandomInt()
{
return Math.abs( rdnSrc.nextInt() );
@@ -1445,4 +1450,5 @@ public class Platform
{
return false;
}
}