Skip to content

Commit

Permalink
remvove unnecessary include and uptdate to sdk 4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Bvallon-sl committed Nov 13, 2023
1 parent d0548f8 commit b1737d2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
Binary file modified Content/ZED/Levels/L_BodyTrackingMulti.umap
Binary file not shown.
Binary file modified Content/ZED/Levels/L_ObjectDetection_3D.umap
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include "Stereolabs/Public/Utilities/StereolabsFunctionLibrary.h"
#include "StereolabsPrivatePCH.h"
#include "IXRTrackingSystem.h"

#include <sl_mr_core/latency.hpp>
#include <sl_mr_core/Rendering.hpp>
Expand Down
2 changes: 1 addition & 1 deletion Plugins/Stereolabs/Source/Stereolabs/Stereolabs.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void LoadZEDSDK(ReadOnlyTargetRules Target, string DirPath)
string DefinesHeaderFilePath = Path.Combine(DirPath, "include\\sl\\Camera.hpp");
string Major = "4";
string Minor = "0";
string Patch = "7";
string Patch = "8";

// Find SDK major and minor version and compare
foreach (var line in File.ReadLines(DefinesHeaderFilePath))
Expand Down

0 comments on commit b1737d2

Please sign in to comment.