Skip to content

Commit

Permalink
test lf line end formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
devloglogan committed Feb 14, 2024
1 parent 034aaf4 commit e0c6e50
Show file tree
Hide file tree
Showing 2 changed files with 309 additions and 311 deletions.
2 changes: 0 additions & 2 deletions common/src/main/cpp/include/export/meta_export_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
using namespace godot;

namespace {

static const int EYE_TRACKING_NONE_VALUE = 0;
static const int EYE_TRACKING_OPTIONAL_VALUE = 1;
static const int EYE_TRACKING_REQUIRED_VALUE = 2;
Expand All @@ -59,7 +58,6 @@ static const int HAND_TRACKING_FREQUENCY_HIGH_VALUE = 1;
static const int BOUNDARY_ENABLED_VALUE = 0;
static const int BOUNDARY_DISABLED_VALUE = 1;
static const int BOUNDARY_CONTEXTUAL_VALUE = 2;

} // namespace

class MetaEditorExportPlugin : public OpenXREditorExportPlugin {
Expand Down
Loading

0 comments on commit e0c6e50

Please sign in to comment.