Closed quentin-leboutet closed 8 months ago
There are a couple of #pragma once in SpCore/StableNameComponent.cpp and SpCore/UserInputComponent.cpp preventing build. Removing them fixes the build.
#pragma once
Good catch, thank you for submitting. This, and the previous issue you reported, is fixed in main.
main
There are a couple of
#pragma once
in SpCore/StableNameComponent.cpp and SpCore/UserInputComponent.cpp preventing build. Removing them fixes the build.