mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fix for external break in mixin declaration
This commit is contained in:
parent
102cb28cb0
commit
87405f3387
2 changed files with 2 additions and 1 deletions
|
@ -16293,6 +16293,7 @@ BfScopeData* BfModule::FindScope(BfAstNode* scopeName, BfMixinState* fromMixinSt
|
|||
|
||||
if (!inMixinDecl)
|
||||
Fail(StrFormat("Unable to locate label '%s'", findLabel.c_str()), scopeName);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if (auto scopeNode = BfNodeDynCast<BfScopeNode>(scopeName))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue