mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 13:20:35 +00:00
Enabled crosshairs
This commit is contained in:
parent
979ea4e607
commit
05b3140740
@ -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…
x
Reference in New Issue
Block a user