From 60cc334cd9f13bc3351a788583798bd3ea2963b1 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 7 Dec 2021 23:05:49 +0100 Subject: [PATCH] gobj: Fix some TexturePeeker docstrings [skip ci] --- panda/src/gobj/texturePeeker.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/gobj/texturePeeker.cxx b/panda/src/gobj/texturePeeker.cxx index 97da4edec2..b531e04bff 100644 --- a/panda/src/gobj/texturePeeker.cxx +++ b/panda/src/gobj/texturePeeker.cxx @@ -361,7 +361,7 @@ lookup(LColor &color, PN_stdfloat u, PN_stdfloat v, PN_stdfloat w) const { } /** - * Works like TexturePeeker::lookup(), but instead uv-coordinates integer + * Works like TexturePeeker::lookup(), but instead of uv-coordinates, integer * coordinates are used. */ void TexturePeeker:: @@ -372,7 +372,7 @@ fetch_pixel(LColor &color, int x, int y) const { } /** - * Works like TexturePeeker::lookup(), but instead uv-coordinates integer + * Works like TexturePeeker::lookup(), but instead of uv-coordinates, integer * coordinates are used. */ void TexturePeeker::