From 4d82f6bbd9e27de69643d7d850aadc835010e7f1 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 5 Dec 2021 20:18:54 -0500 Subject: [PATCH] latest --- Program.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Program.cs b/Program.cs index 30520ef..61f83c0 100644 --- a/Program.cs +++ b/Program.cs @@ -52,8 +52,8 @@ public class Mono { Oriel oriel = new Oriel(); oriel.Start(3); - Oriel otherOriel = new Oriel(); - otherOriel.Start(4); + // Oriel otherOriel = new Oriel(); + // otherOriel.Start(4); MonoNet net = new MonoNet(this); net.Start(); @@ -332,8 +332,8 @@ public class Mono { oriel.Step(); - otherOriel.bounds.center = Vec3.Forward * -2; - otherOriel.Step(); + // otherOriel.bounds.center = Vec3.Forward * -2; + // otherOriel.Step(); // Matrix orbitMatrix = OrbitalView.transform; // cube.Step(Matrix.S(Vec3.One * 0.2f) * orbitMatrix);