You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewIllegalThreadSceneGraphMutation("The spatial " + spatial + " was mutated on a thread other than the main thread, was mutated on " + Thread.currentThread().getName());
136
+
// log as well as throw an exception because we are running in a thread, if we are in an executor service the exception
137
+
// might not make itself known until `get` is called on the future (and JME might crash before that happens).
138
+
Stringmessage = "The spatial " + spatial + " was mutated on a thread other than the main thread, was mutated on " + Thread.currentThread().getName();
0 commit comments