diff --git a/src/main.cpp b/src/main.cpp index 1f60ad0..a10e326 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -405,7 +405,7 @@ int main(void) Transform transform; Rotate rotate; Scale scale; - TRS& currentTool = scale; + TRS& currentTool = transform; // Пока не произойдет событие запроса закрытия окна while(!glfwWindowShouldClose(window))