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
OS: Windows 10 Compiler Version: 1.13.0.7177 Server Version: TF2 32-bit
Description
When trying to return an enum struct from a function which initializes variables, it sets all of them to 0 on the first run. Calling the function again to get a new struct will initializes variables properly or improperly depending on the position that they're declared within the struct.
Details
OS: Windows 10
Compiler Version: 1.13.0.7177
Server Version: TF2 32-bit
Description
When trying to return an enum struct from a function which initializes variables, it sets all of them to 0 on the first run. Calling the function again to get a new struct will initializes variables properly or improperly depending on the position that they're declared within the struct.
Test Case
Log
The text was updated successfully, but these errors were encountered: