- 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:
parent
e27fb12622
commit
efcd77176b
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue