Skip to content

Commit 53f285d

Browse files
author
hamstar0
committed
v1.2.0 - Missed a spot
1 parent 077ced1 commit 53f285d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Emitters/Definitions/HologramDefinition_Draw.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void CRTEffectBegin() {
9898
fx.Parameters["Frame"].SetValue( (float)this.CurrentFrame );
9999
fx.Parameters["FrameMax"].SetValue( (float)Main.npcFrameCount[this.Type.Type] );
100100

101-
fx.Parameters["UserColor"].SetValue( this.Color.ToVector4() );
101+
fx.Parameters["UserColor"].SetValue( color.ToVector4() );
102102

103103
Main.spriteBatch.End();
104104
/*Main.spriteBatch.Begin(

Emitters/Effects/ScanlinesCRT.xnb

364 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)