Skip to content

Commit

Permalink
2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsankamrani committed Jun 19, 2023
1 parent 906f0c7 commit a1ea6ac
Show file tree
Hide file tree
Showing 33 changed files with 1,373 additions and 627 deletions.
Binary file not shown.
Binary file modified Vanda Engine Editor/Debug/Assets/Engine/Publish/publish.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion Vanda Engine Editor/Debug/Readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Vanda Engine 2.4.6
Vanda Engine 2.4.7
Copyright (C) 2023 Ehsan Kamrani

www.vanda3d.org
Expand Down
Binary file modified Vanda Engine Editor/Debug/VandaEngineEditor.exp
Binary file not shown.
Binary file modified Vanda Engine Editor/Debug/VandaEngineEditor.lib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void CEditProjectProperties::OnOK()
}

CChar temp[256];
sprintf(temp, "%s%s%s%s%s", "Vanda Engine 2.4.6 (", newProjectName, " - ", m_currentVSceneNameWithoutDot, ")");
sprintf(temp, "%s%s%s%s%s", "Vanda Engine 2.4.7 (", newProjectName, " - ", m_currentVSceneNameWithoutDot, ")");
ex_pVandaEngineDlg->SetWindowTextA(temp);

//save changes to projects.dat
Expand Down Expand Up @@ -230,7 +230,7 @@ void CEditProjectProperties::OnOK()
}

CChar temp[256];
sprintf(temp, "%s%s%s%s%s", "Vanda Engine 2.4.6 (", newProject->m_name, " - ", m_currentVSceneNameWithoutDot, ")");
sprintf(temp, "%s%s%s%s%s", "Vanda Engine 2.4.7 (", newProject->m_name, " - ", m_currentVSceneNameWithoutDot, ")");
ex_pVandaEngineDlg->SetWindowTextA(temp);

//create new directory
Expand Down
Loading

0 comments on commit a1ea6ac

Please sign in to comment.