Skip to content

Commit

Permalink
Update CanvasRenderer.h
Browse files Browse the repository at this point in the history
Use upper-case
  • Loading branch information
kimkulling authored Oct 11, 2024
1 parent 683a8bd commit a0202a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engine/RenderBackend/2D/CanvasRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct DrawCmd;

/// @brief The 2D point structure.
struct Point2Di {
i32 x, y; /// Coordinate components
i32 X, Y; /// Coordinate components
};

/// @brief The font structure.
Expand Down

0 comments on commit a0202a0

Please sign in to comment.