From a3b1d8cd54cc70003868bcbccb371c8e4530004c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 22 Nov 2006 21:09:48 +0000 Subject: [PATCH] From Paul Martz, add OSG_FILE_PATH to end of setting of OSG_FILE_PATH to preserve any previous settings --- VisualStudio/osgShell.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio/osgShell.bat b/VisualStudio/osgShell.bat index 762ff65ef..34c1efa0d 100644 --- a/VisualStudio/osgShell.bat +++ b/VisualStudio/osgShell.bat @@ -6,7 +6,7 @@ REM mew 2004-07-16 cd ..\.. set PATH=%CD%\OpenThreads\bin\win32;%CD%\Producer\bin\win32;%CD%\OpenSceneGraph\bin\win32;%CD%\3rdParty\bin;%PATH% -set OSG_FILE_PATH=%CD%\OpenSceneGraph-Data;%CD%\OpenSceneGraph-Data\Images;%CD%\OpenSceneGraph-Data\fonts +set OSG_FILE_PATH=%CD%\OpenSceneGraph-Data;%CD%\OpenSceneGraph-Data\Images;%CD%\OpenSceneGraph-Data\fonts;%OSG_FILE_PATH% REM set PRODUCER_CAMERA_CONFIG_FILE=%CD%\Producer-Data\1win.cfg REM uncomment one of these for your desired notify level... @@ -21,3 +21,4 @@ rem set OSG_NOTIFY_LEVEL=INFO TITLE osgShell %COMSPEC% /K +