mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-16 08:51:26 -06:00
updated ghoul reference
This commit is contained in:
Submodule ext/ghoul updated: e96548f058...5cde645215
@@ -175,6 +175,9 @@ void IswaCygnet::render(const RenderData& data){
|
||||
|
||||
void IswaCygnet::update(const UpdateData& data){
|
||||
|
||||
if (!_enabled)
|
||||
return;
|
||||
|
||||
// the texture resource is downloaded ahead of time, so we need to
|
||||
// now if we are going backwards or forwards
|
||||
double clockwiseSign = (Time::ref().deltaTime()>0) ? 1.0 : -1.0;
|
||||
|
||||
Reference in New Issue
Block a user