Skip to content

Commit a177114

Browse files
committed
todo
1 parent d909d82 commit a177114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/me/cortex/voxy/client/core/model/ModelBakerySubsystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class ModelBakerySubsystem {
3333
public ModelBakerySubsystem(Mapper mapper) {
3434
this.mapper = mapper;
3535
this.factory = new ModelFactory(mapper, this.storage);
36-
this.processingThread = new Thread(()->{
36+
this.processingThread = new Thread(()->{//TODO replace this with something good/integrate it into the async processor so that we just have less threads overall
3737
while (this.isRunning) {
3838
this.factory.processAllThings();
3939
try {

0 commit comments

Comments
 (0)