diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-29 07:29:59 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-29 07:29:59 +0000 |
| commit | 5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d (patch) | |
| tree | 7af8927ca496d9a5fbfa1ce6f3ec1ae78ef6844e /ThirdParty | |
| parent | ImGuiImplDiligent: added UpdateFontsTexture() method (diff) | |
| download | DiligentTools-5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d.tar.gz DiligentTools-5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d.zip | |
Updates to comply with the new API
Diffstat (limited to 'ThirdParty')
| -rw-r--r-- | ThirdParty/imGuIZMO.quat/imGuIZMO.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ThirdParty/imGuIZMO.quat/imGuIZMO.cpp b/ThirdParty/imGuIZMO.quat/imGuIZMO.cpp index 140b8ee..60a03eb 100644 --- a/ThirdParty/imGuIZMO.quat/imGuIZMO.cpp +++ b/ThirdParty/imGuIZMO.quat/imGuIZMO.cpp @@ -14,7 +14,7 @@ // Modified by Egor Yusov, Diligent Graphics LLC -#include "BasicMath.h" +#include "BasicMath.hpp" #include "imGuIZMO.h" |
