mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-28 06:49:32 -05:00
Merge branch 'master' into thesis/2020/radiation
This commit is contained in:
@@ -95,7 +95,9 @@ void RenderablePlaneImageOnline::bindTexture() {
|
||||
}
|
||||
}
|
||||
|
||||
void RenderablePlaneImageOnline::update(const UpdateData&) {
|
||||
void RenderablePlaneImageOnline::update(const UpdateData& data) {
|
||||
RenderablePlane::update(data);
|
||||
|
||||
if (!_textureIsDirty) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user