From ecb6b7f50788e840a690517e2a657dff67267660 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 6 Jan 2009 17:21:47 +0000 Subject: [PATCH] Made comment less confusing, suggestion from _Hypnos --- panda/src/egg/eggPrimitive.I | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/egg/eggPrimitive.I b/panda/src/egg/eggPrimitive.I index 34215a8983..65b00a10a5 100644 --- a/panda/src/egg/eggPrimitive.I +++ b/panda/src/egg/eggPrimitive.I @@ -132,8 +132,8 @@ get_connected_shading() const { // indicated texture. // // This method is deprecated and is used in support of -// single-texturing only. New code should be written to -// use the multitexture variants instead.q +// single-texturing only. Please use the multitexture +// variant add_texture instead. //////////////////////////////////////////////////////////////////// INLINE void EggPrimitive:: set_texture(EggTexture *texture) {