Skip to content

Commit

Permalink
Подготовка к релизу
Browse files Browse the repository at this point in the history
  • Loading branch information
VaIeroK committed Jul 31, 2022
1 parent cacae92 commit c523de3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 deletions Source/App/ObjectEditor.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Source/App/ObjectEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public Surface()
public double dLastTime = 0.0;

// Settings
public bool USE_OLD_BONES = false;
public bool USE_OLD_BONES = true;

public Object_Editor()
{
Expand Down
2 changes: 1 addition & 1 deletion Source/Editors/XrECore/Editor/ExportObjectOGF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ bool CExportObjectOGF::ExportAsSimple(IWriter& F)

bool CExportObjectOGF::ExportAsWavefrontOBJ(IWriter& F, LPCSTR fn)
{
WriteLog("..Prepare OBJ");
WriteLog("..Prepare Obj");
if (!Prepare(false,NULL))
return false;

Expand Down

0 comments on commit c523de3

Please sign in to comment.