fix: one comment

This commit is contained in:
robin 2024-05-05 19:08:28 +02:00
parent 5873d38fa4
commit cd87f383c9
1 changed files with 2 additions and 1 deletions

View File

@ -9,8 +9,9 @@ vtkSmartPointer<vtkRenderer> Layer::getLayer() {
}
void Layer::updateData(int t) {
// By default, do nothing
}
void Layer::addObservers(vtkSmartPointer<vtkRenderWindowInteractor> interactor) {
// By default, do nothing.
// By default, do nothing
}