We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89d97b7 + 1ac93d1 commit a5f91c7Copy full SHA for a5f91c7
src/tests/hello_xr/openxr_program.cpp
@@ -351,7 +351,7 @@ struct OpenXrProgram : IOpenXrProgram {
351
XrAction quitAction;
352
std::array<XrPath, Side::COUNT> handSubactionPath;
353
std::array<XrSpace, Side::COUNT> handSpace;
354
- std::array<float, Side::COUNT> handScale;
+ std::array<float, Side::COUNT> handScale = {{1.0f, 1.0f}};
355
std::array<XrBool32, Side::COUNT> handActive;
356
};
357
0 commit comments