Fixed: totem colors
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user