Revert "prevent DCE"

This reverts commit 8a2e04cd99.
This commit is contained in:
cyn 2024-11-06 23:42:37 -08:00
parent 8a2e04cd99
commit 905a592e01
No known key found for this signature in database
GPG key ID: 56FB777DD9A4B6B0

View file

@ -3,7 +3,7 @@ package funkin.util;
/**
* Utilities for performing mathematical operations.
*/
@:keep class MathUtil
class MathUtil
{
/**
* Euler's constant and the base of the natural logarithm.