Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Sep 25, 2023
1 parent 6e2527c commit 1a7f6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vsg/app/Viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ void Viewer::assignRecordAndSubmitTaskAndPresentation(CommandGraphs in_commandGr
// get main queue used for RecordAndSubmitTask
ref_ptr<Queue> mainQueue = device->getQueue(deviceQueueFamily.queueFamily);

// get presentat queue if required/supported
// get presentation queue if required/supported
ref_ptr<Queue> presentQueue;
if (deviceQueueFamily.presentFamily >= 0) presentQueue = device->getQueue(deviceQueueFamily.presentFamily);

Expand Down

0 comments on commit 1a7f6cc

Please sign in to comment.