This commit is contained in:
Honkazel 2025-02-04 12:42:02 +05:00
parent 846d85c3de
commit 35454ed6aa

View file

@ -7,7 +7,7 @@
using namespace Hyprgraphics;
static bool tryLoadImage(const std::string& path) {
bool tryLoadImage(const std::string& path) {
auto image = CImage(path);
if (!image.success()) {