Skip to content

Commit

Permalink
clang-format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpect committed Sep 21, 2022
1 parent 22bec10 commit 713f0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootex/framework/scene.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Scene

public:
static void ResetNextID();
static void Scene::SetBaseID(const SceneID& inputBaseID){BaseID = inputBaseID;}
static void Scene::SetBaseID(const SceneID& inputBaseID) { BaseID = inputBaseID; }

static Ptr<Scene> Create(const JSON::json& sceneData, const bool assignNewIDs);
static Ptr<Scene> CreateFromFile(const String& sceneFile);
Expand Down

0 comments on commit 713f0fd

Please sign in to comment.