Minor fixes
This commit is contained in:
@@ -1803,4 +1803,3 @@ namespace Nz
|
||||
|
||||
|
||||
#include <Nazara/Core/DebugOff.hpp>
|
||||
|
||||
|
||||
@@ -378,7 +378,7 @@ namespace Nz
|
||||
|
||||
using TextStyleFlags = Flags<TextStyle>;
|
||||
|
||||
constexpr TextStyleFlags TextStyle_Regular = 0;
|
||||
constexpr TextStyleFlags TextStyle_Regular = TextStyleFlags{};
|
||||
|
||||
enum class VertexComponent
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user