diff options
| author | Nicholas Bottone <nick@bottone.io> | 2023-12-13 02:02:13 -0500 |
|---|---|---|
| committer | Nicholas Bottone <nick@bottone.io> | 2023-12-13 02:02:15 -0500 |
| commit | 9f0490eab74aafd867ba2a82d7180f89faedcbf7 (patch) | |
| tree | d14ddfbe9ebf09d69d2348b546eb280e9c09c07d /src/settings.h | |
| parent | 0ca7dd86d311886fc99accd5aa2b8a5382278603 (diff) | |
Add bulk rendering functionality
Diffstat (limited to 'src/settings.h')
| -rw-r--r-- | src/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h index 0865e44..32c6484 100644 --- a/src/settings.h +++ b/src/settings.h @@ -17,7 +17,7 @@ struct Settings { float w = 0.f; int currentTime = 0; int maxTime = 0; - std::string bulkOutputFilePath; + std::string bulkOutputFolderPath; }; |
