diff options
Diffstat (limited to 'Source/Asura.Engine/graphics/render_state.h')
-rw-r--r-- | Source/Asura.Engine/graphics/render_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Asura.Engine/graphics/render_state.h b/Source/Asura.Engine/graphics/render_state.h index f313296..a80efd3 100644 --- a/Source/Asura.Engine/graphics/render_state.h +++ b/Source/Asura.Engine/graphics/render_state.h @@ -6,7 +6,7 @@ #include "Math/Transform.h" #include "Shader.h" -#include "BlendMode.h" +#include "blend_mode.h" namespace AsuraEngine { |