Skip to content

Commit

Permalink
Graphics fixes
Browse files Browse the repository at this point in the history
- Fix control rendering: Should use their own bounds for positioning, set button font
- Fix const parameters
- use unique_ptr for getGlyph calls
- Use `std::make_unique` and assignment instead of reset()
- Avoid printf
- Demote `reinterpret_cast` to `static_cast` where appropriate
- Apply coding style to samples
- Fix compiler warnings
  • Loading branch information
mikee47 committed Mar 24, 2024
1 parent 1903756 commit c89d2ee
Showing 1 changed file with 1 addition and 1 deletion.