mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Updated Ghoul repository
GCC compile fix
This commit is contained in:
Submodule ext/ghoul updated: bacb22e19f...34a1812afc
@@ -531,8 +531,9 @@ void RenderablePlanetProjection::render(const RenderData& data){
|
||||
}
|
||||
|
||||
void RenderablePlanetProjection::update(const UpdateData& data){
|
||||
if (_time >= Time::ref().currentTime()){
|
||||
imageQueue = {}; // if jump back in time -> empty queue.
|
||||
if (_time >= Time::ref().currentTime()) {
|
||||
// if jump back in time -> empty queue.
|
||||
imageQueue = std::queue<Image>();
|
||||
}
|
||||
|
||||
_time = Time::ref().currentTime();
|
||||
|
||||
Reference in New Issue
Block a user