Skip to content

Commit 03e394a

Browse files
committed
Fixed issue that the declaration for vsg:createHeadLight() was not found
Fix geefr#51
1 parent 8c44e42 commit 03e394a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vsgvr/src/vsgvr/app/CompositionLayer.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3232
#include <vsg/app/View.h>
3333
#include <vsg/app/RenderGraph.h>
3434
#include <vsg/commands/PipelineBarrier.h>
35+
#include <vsg/nodes/Light.h>
3536
#include <vsg/ui/FrameStamp.h>
3637
#include <vsg/vk/SubmitCommands.h>
3738

0 commit comments

Comments
 (0)