Skip to content

Commit 8b9ee92

Browse files
committed
Fix typo in OpenXRUtilities.cpp
1 parent a4db88f commit 8b9ee92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphics/GraphicsTools/src/OpenXRUtilities.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ extern "C"
375375
Diligent::DestroyOpenXRDebugUtilsMessenger(debugUtilsMessenger);
376376
}
377377

378-
void Dilgent_AllocateOpenXRSwapchainImageData(Diligent::RENDER_DEVICE_TYPE DeviceType,
378+
void Diligent_AllocateOpenXRSwapchainImageData(Diligent::RENDER_DEVICE_TYPE DeviceType,
379379
Diligent::Uint32 ImageCount,
380380
Diligent::IDataBlob** ppSwapchainImageData)
381381
{

0 commit comments

Comments
 (0)