Non-WinForms launcher with auto updater
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Subsurface
|
||||
{
|
||||
this.character = character;
|
||||
|
||||
if (icons == null) icons = Game1.TextureLoader.FromFile("Content/UI/inventoryIcons.png");
|
||||
if (icons == null) icons = TextureLoader.FromFile("Content/UI/inventoryIcons.png");
|
||||
|
||||
slotPositions = new Vector2[limbSlots.Length];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user