mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 19:06:41 +00:00
Use default argument
This commit is contained in:
parent
f40e227686
commit
24e1dfcddc
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ namespace Resource
|
|||
SetFilterSettingsControllerVisitor setFilterSettingsControllerVisitor(mMinFilter, mMagFilter, mMaxAnisotropy);
|
||||
loaded->accept(setFilterSettingsControllerVisitor);
|
||||
|
||||
osg::ref_ptr<Shader::ShaderVisitor> shaderVisitor (createShaderVisitor("objects"));
|
||||
osg::ref_ptr<Shader::ShaderVisitor> shaderVisitor (createShaderVisitor());
|
||||
loaded->accept(*shaderVisitor);
|
||||
|
||||
// share state
|
||||
|
|
Loading…
Reference in a new issue