1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 13:23:53 +00:00

replaced empty function body by default

This commit is contained in:
florent.teppe 2022-08-04 09:25:25 +02:00
parent 9a475b0c97
commit cdd95f7889

View file

@ -22,9 +22,7 @@ namespace Shader
mHotReloadManager = std::make_unique<HotReloadManager>(); mHotReloadManager = std::make_unique<HotReloadManager>();
} }
ShaderManager::~ShaderManager() ShaderManager::~ShaderManager() = default;
{
}
void ShaderManager::setShaderPath(const std::string &path) void ShaderManager::setShaderPath(const std::string &path)
{ {