Performance is better, but score is lower (<1%)

This commit is contained in:
Pascal Serrarens 2025-01-16 17:47:45 +01:00
parent 49f5011823
commit 3538b7dcc0

View File

@ -1,3 +1,4 @@
using System;
using System.Collections.Generic;
using Passer.LinearAlgebra;
@ -192,7 +193,8 @@ namespace Passer.Control.Core {
public static event ThingHandler OnNewThing;
public static void Add(Thing thing, bool invokeEvent = true) {
UnityEngine.Debug.Log("added thing");
//UnityEngine.Debug.Log("added thing");
Console.WriteLine("added thing");
Thing foundThing = Get(thing.networkId, thing.id);
if (foundThing == null) {