From c6ee528269d68ee3ca394b252bb30090d9b4c96f Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 13 Jun 2002 23:25:39 +0000 Subject: [PATCH] minor typo --- panda/src/distort/nonlinearImager.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/panda/src/distort/nonlinearImager.h b/panda/src/distort/nonlinearImager.h index 4e9e706f94..241e0046ab 100644 --- a/panda/src/distort/nonlinearImager.h +++ b/panda/src/distort/nonlinearImager.h @@ -54,11 +54,11 @@ class GraphicsStateGuardian; // seen by a normal perspective camera that exists in // the world (that is, under render). // -// There also exists in the theater one or more -// (possibly nonlinear) cameras, called viewers, that -// observe these screens. Each of these viewers is -// associated with a single DisplayRegion, where the -// final results are presented. +// There also exist in the theater one or more (possibly +// nonlinear) cameras, called viewers, that observe +// these screens. Each of these viewers is associated +// with a single DisplayRegion, where the final results +// are presented. // // // There are several different LensNode (Camera) objects