You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the preprocessor flow control is ignored, and Debug_LogTrace("") is incorrectly expanded as nothing, creating an empty statement. The empty statement in itself is of course perfectly valid.
The text was updated successfully, but these errors were encountered:
It seems that the preprocessor flow control is ignored, and Debug_LogTrace("") is incorrectly expanded as nothing, creating an empty statement. The empty statement in itself is of course perfectly valid.
Empty statements are treated as errors:
The error was initially caused by this:
It seems that the preprocessor flow control is ignored, and
Debug_LogTrace("")
is incorrectly expanded as nothing, creating an empty statement. The empty statement in itself is of course perfectly valid.The text was updated successfully, but these errors were encountered: