From e415457c055da354a8d4ecbef4434f8f83b92fb5 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 15 Oct 2025 13:40:30 +0200 Subject: [PATCH] glstuff: Fix a wrong docstring --- panda/src/glstuff/glGraphicsStateGuardian_src.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/glstuff/glGraphicsStateGuardian_src.cxx b/panda/src/glstuff/glGraphicsStateGuardian_src.cxx index 6865b54a16..ec5ca7ad2c 100644 --- a/panda/src/glstuff/glGraphicsStateGuardian_src.cxx +++ b/panda/src/glstuff/glGraphicsStateGuardian_src.cxx @@ -14480,8 +14480,8 @@ upload_texture(CLP(TextureContext) *gtc, bool force, bool uses_mipmaps, } /** - * Loads a texture image, or one page of a cube map image, from system RAM to - * texture memory. + * Loads a texture image, or one view of a multiview texture, from system RAM + * to texture memory. */ bool CLP(GraphicsStateGuardian):: upload_texture_view(CLP(TextureContext) *gtc, int view, bool needs_reload,