Fix render data not regenerating on config change

This commit is contained in:
James Seibel
2024-03-10 21:14:59 -05:00
parent 8bdc4fe779
commit 02a1445732
@@ -129,6 +129,8 @@ public class NewFullDataSourceDTO implements IBaseDTO<DhSectionPos>
dataSource.levelMinY = this.levelMinY;
dataSource.markNotEmpty();
return dataSource;
}