mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 09:23:53 +00:00
replaced empty function body by default
This commit is contained in:
parent
9a475b0c97
commit
cdd95f7889
1 changed files with 1 additions and 3 deletions
|
@ -22,9 +22,7 @@ namespace Shader
|
|||
mHotReloadManager = std::make_unique<HotReloadManager>();
|
||||
}
|
||||
|
||||
ShaderManager::~ShaderManager()
|
||||
{
|
||||
}
|
||||
ShaderManager::~ShaderManager() = default;
|
||||
|
||||
void ShaderManager::setShaderPath(const std::string &path)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue