Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify ThemeResources::CheckIfExists()
Use std::unordered_map::find() instead of testing if a condition will throw. Also fixes an MSVC warning about ignoring a nodiscard function. Signed-off-by: Avery King <[email protected]>
- Loading branch information