Skip to content

Commit

Permalink
D3D9: GpuProgram - dont use deprecated openResource
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Nov 9, 2024
1 parent 9ea2e55 commit b9830fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RenderSystems/Direct3D9/src/OgreD3D9GpuProgram.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ namespace Ogre {
// find & load source code
DataStreamPtr stream =
ResourceGroupManager::getSingleton().openResource(
mFilename, mGroup, true, this);
mFilename, mGroup, this);
mSource = stream->getAsString();
}

Expand Down

0 comments on commit b9830fc

Please sign in to comment.