Skip to content

Commit 034acfb

Browse files
authored
Fix material settings not being applied after reloading the chunks of a scene. (#1853)
1 parent e643af1 commit 034acfb

File tree

1 file changed

+2
-0
lines changed
  • chunky/src/java/se/llbit/chunky/renderer/scene

1 file changed

+2
-0
lines changed

chunky/src/java/se/llbit/chunky/renderer/scene/Scene.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,6 +1433,8 @@ public synchronized void loadChunks(TaskTracker taskTracker, World world, Map<Re
14331433
}
14341434
Log.info(String.format("Loaded %d chunks", numChunks));
14351435

1436+
importMaterials();
1437+
14361438
isLoading = false;
14371439
}
14381440

0 commit comments

Comments
 (0)