spring fix: initial bone axis is in local space;
editor: added missing spring icon;
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user