mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Fixed string interpolation scoping, {{ }} escaping
This commit is contained in:
parent
f9b9b15214
commit
2ac2fe70fb
7 changed files with 67 additions and 31 deletions
|
@ -3012,11 +3012,6 @@ void BfSystem::FinishCompositePartial(BfTypeDef* compositeTypeDef)
|
|||
// methodDef->mIsMutating = true;
|
||||
// }
|
||||
|
||||
if (compositeTypeDef->mName->ToString() == "Core")
|
||||
{
|
||||
NOP;
|
||||
}
|
||||
|
||||
// Static ctor
|
||||
if ((allHasMethods[0][1].mCtor == 0) && (allHasMethods[1][1].mCtor > 1))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue