mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-28 06:49:32 -05:00
Added temp method to get latest image in old imagesequencer
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
std::string& getActiveInstrument(){ return _activeInstrument; };
|
||||
std::string findActiveInstrument(double time);
|
||||
|
||||
|
||||
std::string ImageSequencer::getLatestImage();
|
||||
|
||||
static ImageSequencer* _sequencer;
|
||||
|
||||
@@ -74,6 +74,7 @@ private:
|
||||
|
||||
std::string _defaultCaptureImage;
|
||||
std::string _activeInstrument;
|
||||
std::string _latest;
|
||||
};
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
Reference in New Issue
Block a user