Skip to content

Commit

Permalink
v1.2.0 - Missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
hamstar0 committed May 24, 2020
1 parent 077ced1 commit 53f285d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emitters/Definitions/HologramDefinition_Draw.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void CRTEffectBegin() {
fx.Parameters["Frame"].SetValue( (float)this.CurrentFrame );
fx.Parameters["FrameMax"].SetValue( (float)Main.npcFrameCount[this.Type.Type] );

fx.Parameters["UserColor"].SetValue( this.Color.ToVector4() );
fx.Parameters["UserColor"].SetValue( color.ToVector4() );

Main.spriteBatch.End();
/*Main.spriteBatch.Begin(
Expand Down
Binary file modified Emitters/Effects/ScanlinesCRT.xnb
Binary file not shown.

0 comments on commit 53f285d

Please sign in to comment.