Browse Source

Syntax fixes for CoreLib.

Darryl Pogue 14 years ago
parent
commit
f2d5e54810
  1. 2
      Sources/Plasma/CoreLib/hsBounds.cpp
  2. 2
      Sources/Plasma/CoreLib/hsStringTokenizer.h

2
Sources/Plasma/CoreLib/hsBounds.cpp

@ -1673,7 +1673,7 @@ hsBool hsBounds3Ext::ISectBB(const hsBounds3Ext &other, const hsVector3 &myVel,
} }
else else
tstDepths[i+6] = 0; tstDepths[i+6] = 0;
#endif; #endif
} }
hsVector3 norm; hsVector3 norm;

2
Sources/Plasma/CoreLib/hsStringTokenizer.h

@ -91,4 +91,4 @@ private:
hsBool IsSep(wchar c); hsBool IsSep(wchar c);
}; };
#endif // _hsStringTokenizer_Included_ #endif // _hsStringTokenizer_Included_

Loading…
Cancel
Save