Skip to content

Commit

Permalink
minor fix for resource context (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
T-rvw authored Feb 27, 2024
1 parent 69a61b0 commit 1446323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/Source/Editor/ECWorld/ECWorldConsumer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace editor
{

ECWorldConsumer::ECWorldConsumer(engine::SceneWorld* pSceneWorld, engine::RenderContext* pRenderContext) :
m_pSceneWorld(pSceneWorld), m_pRenderContext(pRenderContext)
m_pSceneWorld(pSceneWorld), m_pRenderContext(pRenderContext), m_pResourceContext(m_pRenderContext->GetResourceContext())
{
}

Expand Down

0 comments on commit 1446323

Please sign in to comment.