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:
parent
66d3581911
commit
49a22f1c87
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Params
|
|||
{
|
||||
if (constType.ValueType == typeof(String))
|
||||
{
|
||||
format = String.GetById(constType.ValueData);
|
||||
format = String.GetById((.)constType.ValueData);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue