diff --git a/base/vulkanexamplebase.cpp b/base/vulkanexamplebase.cpp index 143ae8b7..c48ab61a 100644 --- a/base/vulkanexamplebase.cpp +++ b/base/vulkanexamplebase.cpp @@ -191,7 +191,7 @@ void VulkanExampleBase::destroyCommandBuffers() std::string VulkanExampleBase::getShadersPath() const { - return getAssetPath() + "shaders/" + shaderDir + "/"; + return getShaderBasePath() + shaderDir + "/"; } void VulkanExampleBase::createPipelineCache()