From 64eddebf4d45b4775f6e9f248cbfaa1cb3ab55f2 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Thu, 24 Aug 2023 23:13:48 -0600 Subject: Added animation factory and some random tools --- src/factories/TextureFactory.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/factories/TextureFactory.cpp') diff --git a/src/factories/TextureFactory.cpp b/src/factories/TextureFactory.cpp index 8bacc2f..9fd431a 100644 --- a/src/factories/TextureFactory.cpp +++ b/src/factories/TextureFactory.cpp @@ -73,6 +73,5 @@ bool TextureFactory::process(LUS::BinaryWriter* writer, nlohmann::json& data, st WRITE_ARRAY(texture, size); // Texture Data delete[] texture; - std::cout << "Processed " << path << '\n'; return true; } \ No newline at end of file -- cgit v1.2.3