Fixed: totem colors

This commit is contained in:
rubenpirreram
2026-05-15 16:55:23 +02:00
parent 45f7144121
commit 3199564292
3 changed files with 11 additions and 8 deletions
@@ -258,7 +258,10 @@ public class ServerLauncher {
while (true) {
try{
this.doFirstEvent();
this.view.fullRender();
if(view!=null)
{
view.fullRender();
}
}
catch(InterruptedException e){
Thread.currentThread().interrupt();