Skip to content

Commit

Permalink
Fix FadeViewTrigger
Browse files Browse the repository at this point in the history
  • Loading branch information
metallicafan212 committed Dec 14, 2020
1 parent 9a5cb2f commit 5630d45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HGame/Classes/Triggers/FadeViewTrigger.uc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ defaultproperties

fadetime=0.25

A=255.00
// Metallicafan212: This is incorrect, it has to be 0 at first
A=0.0

R=255.00

Expand Down

0 comments on commit 5630d45

Please sign in to comment.