From 27956d0fd459b39092b98bb06a4f0f855b505609 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Fri, 25 Feb 2005 16:42:35 +0000 Subject: [PATCH] Missing texture-path --- doc/doc/Config.prc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/doc/Config.prc b/doc/doc/Config.prc index bb338e0fb5..b6dc6544bc 100644 --- a/doc/doc/Config.prc +++ b/doc/doc/Config.prc @@ -43,10 +43,13 @@ framebuffer-mode rgba double-buffer depth multisample hardware software # want to set this to a sensible path for yourself. $THIS_PRC_DIR is # a special variable that indicates the same directory as this # particular Config.prc file. -model-path . -model-path $THIS_PRC_DIR/.. -sound-path . -sound-path $THIS_PRC_DIR/.. + +model-path . +model-path $THIS_PRC_DIR/.. +sound-path . +sound-path $THIS_PRC_DIR/.. +texture-path . +texture-path $THIS_PRC_DIR/.. # This makes the egg loader available to load egg files. load-file-type pandaegg