1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

32-bit fix

This commit is contained in:
Brian Fiete 2025-02-18 08:05:46 -08:00
parent 66d3581911
commit 49a22f1c87

View file

@ -21,7 +21,7 @@ class Params
{
if (constType.ValueType == typeof(String))
{
format = String.GetById(constType.ValueData);
format = String.GetById((.)constType.ValueData);
}
}