Skip to content

Commit

Permalink
Merge pull request #1128 from mmurrian/patch-1
Browse files Browse the repository at this point in the history
Fix _shaderHint bug in DisplaySettings::setDisplaySettings
  • Loading branch information
robertosfield authored Apr 7, 2022
2 parents c53eae5 + 2e04906 commit 6834032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osg/DisplaySettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ void DisplaySettings::setDisplaySettings(const DisplaySettings& vs)

_vertexBufferHint = vs._vertexBufferHint;

setShaderHint(_shaderHint);
setShaderHint(vs._shaderHint);

_keystoneHint = vs._keystoneHint;
_keystoneFileNames = vs._keystoneFileNames;
Expand Down

0 comments on commit 6834032

Please sign in to comment.