mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Linux fix
This commit is contained in:
parent
f09b53e303
commit
a186421ba8
1 changed files with 1 additions and 1 deletions
|
@ -8301,7 +8301,7 @@ BF_EXPORT const char* BF_CALLTYPE BfCompiler_GetTypeInfo(BfCompiler* bfCompiler,
|
|||
|
||||
isAttributeRef = true;
|
||||
if (parser.mRootNode->mChildArr.mSize < 2)
|
||||
return false;
|
||||
return "";
|
||||
firstNode = parser.mRootNode->mChildArr[1];
|
||||
reducer.mVisitorPos.MoveNext();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue