fix: one comment
This commit is contained in:
parent
5873d38fa4
commit
cd87f383c9
|
|
@ -9,8 +9,9 @@ vtkSmartPointer<vtkRenderer> Layer::getLayer() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Layer::updateData(int t) {
|
void Layer::updateData(int t) {
|
||||||
|
// By default, do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
void Layer::addObservers(vtkSmartPointer<vtkRenderWindowInteractor> interactor) {
|
void Layer::addObservers(vtkSmartPointer<vtkRenderWindowInteractor> interactor) {
|
||||||
// By default, do nothing.
|
// By default, do nothing
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue