diff --git a/panda/src/glstuff/glGraphicsBuffer_src.h b/panda/src/glstuff/glGraphicsBuffer_src.h index 83c58ba45b..ab07322293 100644 --- a/panda/src/glstuff/glGraphicsBuffer_src.h +++ b/panda/src/glstuff/glGraphicsBuffer_src.h @@ -36,7 +36,7 @@ * additional bitplanes above and beyond the normal depth,stencil,color. One * can use them to render out multiple textures in a single pass. Cumulative * render-to-texture means that if don't clear the buffer, then the contents - * of the buffer will be equal to the texture's previous contents. This alo + * of the buffer will be equal to the texture's previous contents. This also * means you can meaningfully share a bitplane between two buffers by binding * the same texture to both buffers. *