mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 15:11:33 +00:00
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");
|
getWidget(crosshair, "Crosshair");
|
||||||
|
|
||||||
compass->setImageTexture("compass.dds");
|
compass->setImageTexture("textures\\compass.dds");
|
||||||
crosshair->setImageTexture("target.dds");
|
crosshair->setImageTexture("textures\\target.dds");
|
||||||
|
|
||||||
// These are just demo values, you should replace these with
|
// These are just demo values, you should replace these with
|
||||||
// real calls from outside the class later.
|
// real calls from outside the class later.
|
||||||
|
|
Loading…
Reference in a new issue