Skip to content

Commit

Permalink
clf
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Sep 29, 2024
1 parent 944820b commit 703d633
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/F3DStarter.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ class F3DStarter
bool LoadRelativeFile(int relativeIndex = 0, bool restoreCamera = false, bool forceClear = false);

// TODO Rename this method ?
void LoadFile(const std::vector<std::filesystem::path>& paths, bool clear, const std::string& filenameInfo);
void LoadFile(
const std::vector<std::filesystem::path>& paths, bool clear, const std::string& filenameInfo);

/**
* Internal event loop that is triggered repeatedly to handle specific events:
Expand Down

0 comments on commit 703d633

Please sign in to comment.