mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Fixed compile errors
This commit is contained in:
@@ -397,7 +397,8 @@ std::string consumeTemporalMetaData(TemporalTileProvider& t, const std::string&
|
||||
}
|
||||
|
||||
try {
|
||||
t.timeQuantizer = TimeQuantizer(start, end, timeResolution);
|
||||
t.timeQuantizer.setStartEndRange(start.ISO8601(), end.ISO8601());
|
||||
t.timeQuantizer.setResolution(timeResolution);
|
||||
}
|
||||
catch (const ghoul::RuntimeError& e) {
|
||||
throw ghoul::RuntimeError(fmt::format(
|
||||
|
||||
Reference in New Issue
Block a user