Skip to content

Commit

Permalink
fix fog header (#8521)
Browse files Browse the repository at this point in the history
  • Loading branch information
YunHsiao committed Apr 22, 2021
1 parent 3381db3 commit f904d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/assets/chunks/cc-fog-vs.chunk
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
out float v_fog_factor;

#define CC_FOG_FACTOR v_fog_factor
#define CC_TRANSFER_FOG(pos, factor) CC_TRANSFER_FOG_BASE(pos, v_fog_factor)
#define CC_TRANSFER_FOG(pos) CC_TRANSFER_FOG_BASE(pos, v_fog_factor)

0 comments on commit f904d11

Please sign in to comment.