Skip to content

Commit

Permalink
Fix incorrect texture filename
Browse files Browse the repository at this point in the history
  • Loading branch information
A PikaChokeMe committed Jan 10, 2021
1 parent b62e163 commit 41b7b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shaders/ShroudsCrosshair.fx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace ShroudsCrosshair
/**********************************************************
* Constants
**********************************************************/
#define CROSSHAIR_PATH "ShroudCrosshair.png"
#define CROSSHAIR_PATH "ShroudsCrosshair.png"
#define CROSSHAIR_WIDTH 32.0
#define CROSSHAIR_HEIGHT 32.0

Expand Down Expand Up @@ -44,7 +44,7 @@ float4 ps_crosshair(float4 pos : SV_POSITION, float2 uv : TEXCOORD) : SV_Target
/**********************************************************
* Technique
**********************************************************/
technique shrouds_crosshair<enabled=true;>
technique shrouds_crosshair
{
pass crosshairPass {
VertexCount = 4;
Expand Down

0 comments on commit 41b7b3a

Please sign in to comment.