From 7e6b8ee6435096843e5e5d22cc0fb040f7c8d94c Mon Sep 17 00:00:00 2001 From: georges <> Date: Thu, 22 Feb 2001 01:56:58 +0000 Subject: [PATCH] add comment --- panda/src/gobj/pixelBuffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/gobj/pixelBuffer.h b/panda/src/gobj/pixelBuffer.h index 7b8bd746c0..ec0923133a 100644 --- a/panda/src/gobj/pixelBuffer.h +++ b/panda/src/gobj/pixelBuffer.h @@ -141,8 +141,8 @@ private: protected: int _xsize; int _ysize; - int _xorg; - int _yorg; + int _xorg; // origin is not a well defined concept for PixelBuffer. It's zero by default & + int _yorg; // not used by any internal code other than constructors, should probably be deleted from API int _border; int _components; int _component_width;