mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-01 09:00:58 -04:00
Enabled crosshairs
This commit is contained in:
parent
979ea4e607
commit
05b3140740
@ -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…
x
Reference in New Issue
Block a user