forked from teamnwah/openmw-tes3coop
Enabled crosshairs
This commit is contained in:
parent
979ea4e607
commit
05b3140740
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ namespace MWGui
|
|||
|
||||
getWidget(crosshair, "Crosshair");
|
||||
|
||||
compass->setImageTexture("compass.dds");
|
||||
crosshair->setImageTexture("target.dds");
|
||||
compass->setImageTexture("textures\\compass.dds");
|
||||
crosshair->setImageTexture("textures\\target.dds");
|
||||
|
||||
// These are just demo values, you should replace these with
|
||||
// real calls from outside the class later.
|
||||
|
|
Loading…
Reference in a new issue