fix clangcl build
This commit is contained in:
parent
a309e8467b
commit
6c613b2b51
|
|
@ -183,12 +183,12 @@ public:
|
||||||
return !string_iequals(name, "hint");
|
return !string_iequals(name, "hint");
|
||||||
}
|
}
|
||||||
|
|
||||||
constexpr contentflags_t create_sky_contents() const
|
contentflags_t create_sky_contents() const
|
||||||
{
|
{
|
||||||
return {CONTENTS_SKY};
|
return {CONTENTS_SKY};
|
||||||
}
|
}
|
||||||
|
|
||||||
constexpr contentflags_t create_liquid_contents(const int32_t &liquid_type) const
|
contentflags_t create_liquid_contents(const int32_t &liquid_type) const
|
||||||
{
|
{
|
||||||
return {liquid_type};
|
return {liquid_type};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue