From 4d567bf64a07d4adcc831989cfc26043162a820d Mon Sep 17 00:00:00 2001 From: ink-soul Date: Mon, 12 Jun 2023 11:11:52 +0800 Subject: [PATCH] fix log complain --- base/VulkanTools.cpp | 2 +- src/render/render.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base/VulkanTools.cpp b/base/VulkanTools.cpp index 8368d50..33bb259 100644 --- a/base/VulkanTools.cpp +++ b/base/VulkanTools.cpp @@ -30,7 +30,7 @@ const std::string getAssetPath() return VK_EXAMPLE_DATA_DIR; } - + #endif } #endif diff --git a/src/render/render.cpp b/src/render/render.cpp index f124bcf..c55b3b6 100644 --- a/src/render/render.cpp +++ b/src/render/render.cpp @@ -226,7 +226,7 @@ PlumageRender::PlumageRender() //exit(-1); } else { - std::string msg = "asset path check " + assetpath; + std::string msg = "asset path get " + assetpath; std::cout << msg << std::endl; }