This commit is contained in:
m-aXimilian
2025-06-24 23:14:46 +02:00
parent 7a4cf4f321
commit cf82c30bc8
+1 -1
View File
@@ -208,6 +208,6 @@ void pixelarium::ui::AppGLFW::LoadImageProt()
{ {
this->logger_.Debug(std::format("{}: Creating image {}", __FUNCTION__, p)); this->logger_.Debug(std::format("{}: Creating image {}", __FUNCTION__, p));
image_view_model_->AddImage(std::move(std::make_unique<PixelariumImage>(p))); image_view_model_->AddImage(std::make_unique<PixelariumImage>(p));
} }
} }