Commit Graph
9 Commits
Author SHA1 Message Date
MihailRisandGitHub ba046a52c0 Revert "fix: optimization: Various PVS-Studio warnings" 2024-08-02 14:51:44 +03:00
Vyacheslav Ivanov 5dd7a15c09 fix: optimization: PVS-Studio warning V832
It's better to use '= default;' syntax instead of empty constructor and destructor body.
Using '= default;' can help the compiler generate more optimal code.

Reported by: PVS-Studio

Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-02 01:57:43 +03:00
MihailRis 71c754b039 fix Image for non-existing textures in atlas 2024-06-30 22:25:31 +03:00
Pugemon f25a425cb9 Optimize parameter passing to avoid unnecessary copying 2024-06-07 04:00:38 +03:00
MihailRis 1627e21c1d the final rename 2024-05-06 03:38:19 +03:00
MihailRis ef28a368cb refactor 2024-04-28 22:33:34 +03:00
MihailRis 4ac8ea1ab3 final rename 2024-04-24 19:01:28 +03:00
MihailRis 67f34ceb8c minor refactor 2024-04-23 16:45:29 +03:00
MihailRis 9f2bceb039 just a minor refactor, nothing special 2024-04-23 02:00:03 +03:00