Remove unnecessary todo
This commit is contained in:
@@ -205,9 +205,6 @@ public class JFXVisual extends Application implements Visual {
|
||||
|
||||
storageGrid.add(parent, x, y);
|
||||
controller.storageSlotControllers[y][x] = storageSlotController;
|
||||
|
||||
// TODO
|
||||
//storageSlotController.slot0.setImage(loadImage("textures/products/package.png", WhatAStorage.getInstance().getContentManager()).orElseThrow());
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user