mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-04 01:39:47 -05:00
Fix RenderablePlaneImageOnline not updating size on property change
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