[vtkusers] Trivial bug in vtkRenderWindow.cxx
Prabhu Ramachandran
prabhu at aero.iitm.ernet.in
Thu Aug 24 14:05:44 EDT 2000
hi,
There appears to be a minor bug in vtkRenderWindow.cxx. There
is an inconsistency. Here is a listing of a fairly recent
vtkRenderWindow.cxx with line numbers in front.
6 Date: $Date: 2000/08/18 17:17:34 $
7 Version: $Revision: 1.104 $
736 os << indent << "Interactor: " << this->Interactor << "\n";
737 os << indent << "Motion Blur Frames: " << this->SubFrames << "\n";
738 os << indent << "Swapbuffers: " << (this->SwapBuffers ? "On\n":"Off\n"
738 );
739 os << indent << "StereoType: " << this->GetStereoTypeAsString() << "\n
Notice the "Swapbuffers". It should read SwapBuffers, shouldnt it?
Could someone fix this?
prabhu
More information about the vtkusers
mailing list