Skip to content

Commit

Permalink
Remove unused members from FontDesc
Browse files Browse the repository at this point in the history
  • Loading branch information
Pursche committed Oct 19, 2024
1 parent 1b07163 commit dae6c2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Renderer/Renderer/Descriptors/FontDesc.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ namespace Renderer
struct FontDesc
{
std::string path = "";
f32 size = 0.0f;
i32 padding = 5;
};
}

0 comments on commit dae6c2d

Please sign in to comment.