trackgen: fix typo
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9240 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 66ddfe53bdabde318063b08454dbbaed8ba3e2d5 Former-commit-id: 74ee8caaecf042bb05958065767f066fe2f78725
This commit is contained in:
parent
4f5f1fe20f
commit
d540d2c02c
2 changed files with 2 additions and 2 deletions
|
@ -792,7 +792,7 @@ void Ac3d::Object::write(std::ofstream &fout, bool all) const
|
|||
if (all && locked)
|
||||
fout << "locked" << std::endl;
|
||||
if (all && folded)
|
||||
fout << "foulded" << std::endl;
|
||||
fout << "folded" << std::endl;
|
||||
if (!vertices.empty())
|
||||
{
|
||||
fout << "numvert " << vertices.size() << std::endl;
|
||||
|
|
|
@ -98,7 +98,7 @@ public:
|
|||
|
||||
//! Constructor.
|
||||
Application::Application()
|
||||
: GfApplication("TrackGen", "1.6.0.35", "Terrain generator for tracks")
|
||||
: GfApplication("TrackGen", "1.6.0.36", "Terrain generator for tracks")
|
||||
, HeightSteps(30)
|
||||
, Bump(false)
|
||||
, Raceline(false)
|
||||
|
|
Loading…
Reference in a new issue