mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-27 07:18:57 -06:00
Removing more warnings
This commit is contained in:
@@ -175,7 +175,7 @@ void RenderableDebugPlane::render(const RenderData& data) {
|
||||
_shader->deactivate();
|
||||
}
|
||||
|
||||
void RenderableDebugPlane::update(const UpdateData& data) {
|
||||
void RenderableDebugPlane::update(const UpdateData&) {
|
||||
if (_shader->isDirty())
|
||||
_shader->rebuildFromFile();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user