Skip to content

Commit

Permalink
no need to use cloning as _sayspr isn't removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Apr 21, 2024
1 parent d1cb884 commit 70311e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fancy_demo/fancy.asc
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ void _fancy_say_update()
_fancy_say_set_overlay(curSpeech);
if (_say_ovr_tmp)
_say_ovr_tmp.Remove();
_say_ovr_tmp = Overlay.CreateGraphical(curSpeech.X, curSpeech.Y, _sayspr.Graphic, true, true); // Hack to avoid blink when skipping typed text
_say_ovr_tmp = Overlay.CreateGraphical(curSpeech.X, curSpeech.Y, _sayspr.Graphic); // Hack to avoid blink when skipping typed text
_say_ovr_tmp.Transparency = 100;
}
}
Expand Down

0 comments on commit 70311e4

Please sign in to comment.