Remove issue for Windows build.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
88eda6ef94
commit
7194d3f4f8
@ -9,7 +9,7 @@ namespace CreatureLib::Library {
|
|||||||
Arbutils::CaseInsensitiveConstString _effectName;
|
Arbutils::CaseInsensitiveConstString _effectName;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
constexpr SecondaryEffect() noexcept : _chance(0), _effectName(""_cnc) {}
|
SecondaryEffect() noexcept : _chance(0), _effectName(Arbutils::CaseInsensitiveConstString("")) {}
|
||||||
SecondaryEffect(float chance, const Arbutils::CaseInsensitiveConstString& effectName) noexcept
|
SecondaryEffect(float chance, const Arbutils::CaseInsensitiveConstString& effectName) noexcept
|
||||||
: _chance(chance), _effectName(effectName) {}
|
: _chance(chance), _effectName(effectName) {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user