Updates submodule (#56)

* Adds audio to the content repo.

* Content repo updates

* I forgot this AGAIN.
This commit is contained in:
Pieter-Jan Briers
2018-04-12 23:56:43 +02:00
committed by GitHub
parent 4a5a2ceb31
commit 9989d6db75
15 changed files with 37 additions and 19 deletions

View File

@@ -37,7 +37,7 @@ namespace Content.Client.UserInterface
base.Initialize();
var _resMgr = IoCManager.Resolve<IResourceCache>();
var handsBoxTexture = _resMgr.GetResource<TextureResource>("Textures/UserInterface/handsbox.png");
var handsBoxTexture = _resMgr.GetResource<TextureResource>("/Textures/UserInterface/handsbox.png");
handBox = new StyleBoxTexture()
{
Texture = handsBoxTexture,