From 563e04103067094ccb8bf514b556cd155c42c96a Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 13 Dec 2000 01:24:54 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/sgmanip/nodePath.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/sgmanip/nodePath.cxx b/panda/src/sgmanip/nodePath.cxx index c28302a0c2..b8ce62c4aa 100644 --- a/panda/src/sgmanip/nodePath.cxx +++ b/panda/src/sgmanip/nodePath.cxx @@ -2208,7 +2208,7 @@ prepare_scene(GraphicsStateGuardianBase *gsg) { // Use the ScenePrepareVisitor and fire off a traversal of the scene // beginning at the bottom node. The ScenePrepareVisitor (defined // above) will call prepare() on each texture it finds in the scene - // graph at this point at below. + // graph at this point and below. ScenePrepareVisitor visitor; visitor._gsg = gsg;