- Update OsgGraph

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5983 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 3869693f4052758c52cf2d6bcc1db5b683c8d762
Former-commit-id: 5a2e0ebd2ae1935f8f1c244323bda606dd635561
This commit is contained in:
torcs-ng 2015-04-20 21:28:01 +00:00
parent e27fb12622
commit efcd77176b

View file

@ -79,7 +79,7 @@ osg::ref_ptr<osg::MatrixTransform> SDWheels::initWheel(int wheelIndex, const cha
#if 1
osgLoader loader;
char wheel_file_name[32];
int MaxPathSize = 512;
static const int MaxPathSize = 512;
char buf[MaxPathSize];
std::string TmpPath = GetDataDir();