Skip to content

Commit

Permalink
(chore): Remove redundant name from type
Browse files Browse the repository at this point in the history
  • Loading branch information
hyblocker committed Oct 6, 2024
1 parent be849b8 commit 6249f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backends/RmlUi_Renderer_DX11.h
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ class RenderInterface_DX11 : public Rml::RenderInterface {
};
struct ColorMatrixCbuffer {
Rml::Matrix4f color_matrix;
} color_matrix;
};
#pragma pack()

Rml::CompiledGeometryHandle m_fullscreen_quad_geometry = 0;
Expand Down

0 comments on commit 6249f87

Please sign in to comment.