From e50bd931bd6dc6b24f6f668c776ee83de3cfef6a Mon Sep 17 00:00:00 2001 From: Nav Date: Thu, 19 Dec 2024 23:48:10 +0000 Subject: [PATCH] Renamed bloom process from "Bloom" to "bloom" --- src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.cpp b/src/Application.cpp index 929c07f2..d0c7675b 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -29,7 +29,7 @@ Application::Application(std::vector&& arguments) int Application::run() { try { - this->setName("Bloom"); + this->setName("bloom"); if (this->arguments.size() > 1) { auto& firstArg = this->arguments.at(1);