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; }