From 1877a6d6e5bc41ea1d7c69fadaffcfeef895555c Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Tue, 2 Oct 2001 21:49:04 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/sgattrib/renderModeProperty.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/sgattrib/renderModeProperty.h b/panda/src/sgattrib/renderModeProperty.h index 894972039c..d844945eb9 100644 --- a/panda/src/sgattrib/renderModeProperty.h +++ b/panda/src/sgattrib/renderModeProperty.h @@ -31,6 +31,7 @@ public: enum Mode { M_filled, M_wireframe, + // M_point // Perhaps others to be added later. };