Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Amiard committed Nov 17, 2023
1 parent bf94062 commit ce3e695
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gfx/Scene.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,5 @@ namespace two
export_ TWO_GFX_EXPORT void gather_occluders(Scene& scene, const Camera& camera, vector<Item*>& occluders);
export_ TWO_GFX_EXPORT void gather_lights(Scene& scene, vector<Light*>& lights);

export_ TWO_GFX_EXPORT void gather_render(Scene& scene, Render& render)
export_ TWO_GFX_EXPORT void gather_render(Scene& scene, Render& render);
}

0 comments on commit ce3e695

Please sign in to comment.