mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-26 05:58:58 -06:00
Replaced RuntimeData with separate, temporary structs that are passed around
This commit is contained in:
@@ -88,7 +88,7 @@ const PowerScaledScalar& Renderable::getBoundingSphere()
|
||||
return boundingSphere_;
|
||||
}
|
||||
|
||||
void Renderable::update()
|
||||
void Renderable::update(const UpdateData&)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user