mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Oops
This commit is contained in:
parent
9af9c58573
commit
c8deef0e9e
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ public class Zone {
|
||||||
public void load() throws Exception {
|
public void load() throws Exception {
|
||||||
ObjectMapper mapper = new ObjectMapper();
|
ObjectMapper mapper = new ObjectMapper();
|
||||||
pendingSunlight.clear();
|
pendingSunlight.clear();
|
||||||
File dataDir = new File("zones\\" + documentId);
|
File dataDir = new File("zones", documentId);
|
||||||
File shapeFile = new File(dataDir, "shape.cmp");
|
File shapeFile = new File(dataDir, "shape.cmp");
|
||||||
BufferUnpacker unpacker = MessagePackHelper.readFiles(shapeFile);
|
BufferUnpacker unpacker = MessagePackHelper.readFiles(shapeFile);
|
||||||
unpacker.read(surface);
|
unpacker.read(surface);
|
||||||
|
|
Loading…
Add table
Reference in a new issue