spring fix: initial bone axis is in local space;

editor: added missing spring icon;
This commit is contained in:
Turánszki János
2022-09-14 11:03:50 +02:00
parent e44770aca0
commit a585fa8eb3
7 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ using namespace wi::scene;
void SpringWindow::Create(EditorComponent* _editor)
{
editor = _editor;
wi::gui::Window::Create("Spring", wi::gui::Window::WindowControls::COLLAPSE | wi::gui::Window::WindowControls::CLOSE);
wi::gui::Window::Create(ICON_SPRING " Spring", wi::gui::Window::WindowControls::COLLAPSE | wi::gui::Window::WindowControls::CLOSE);
SetSize(XMFLOAT2(460, 220));
closeButton.SetTooltip("Delete SpringComponent");