Sixze / ALS-Refactored

Completely reworked and improved C++ version of Advanced Locomotion System V4.
MIT License
977 stars 273 forks source link

Compile error(warning) happen on linux in AlsAnimationInstance. #556

Closed watsonsong closed 1 month ago

watsonsong commented 1 month ago

Compile Error happen on linux(treat warning as error):

AlsAnimationInstance.cpp:226:22: error: braces around scalar initializer [-Werror,-Wbraced-scalar-init]
    .WalkableFloorAngle{LocomotionState.WalkableFloorAngle},
ameaninglessname commented 1 month ago

I didn't find the line in your error. Is your code up to date?

watsonsong commented 1 month ago

.WalkableFloorAngle{LocomotionState.WalkableFloorAngle}, This code is here

ameaninglessname commented 1 month ago

Ah, it's me the one who didn't get latest changes.😅

Sixze commented 1 month ago

No more relevant after 5fa18e52168befc192c1835e4040e631e6cb9968.