Skip to content

Commit

Permalink
gi: minor bugfix for MSVC compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
pablode committed Nov 2, 2024
1 parent d3492e9 commit 9c7409e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gi/gtl/gi/Gi.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ namespace gtl
GiAovId aovId;
GiCameraDesc camera;
GiDomeLight* domeLight;
GiRenderSettings renderSettings;
GiRenderBuffer* renderBuffer;
GiRenderSettings renderSettings;
GiScene* scene;
};

Expand Down

0 comments on commit 9c7409e

Please sign in to comment.