Browse Source

glgsg: Fix docstring typo

rdb 1 year ago
parent
commit
d4a3b9bfcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/glstuff/glGraphicsBuffer_src.h

+ 1 - 1
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.
  *