1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Linux fix

This commit is contained in:
Brian Fiete 2020-06-04 13:18:37 -07:00
parent f09b53e303
commit a186421ba8

View file

@ -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();
}