Инструмент трансформации по умолчанию

This commit is contained in:
Ковалев Роман Евгеньевич 2023-04-04 17:05:12 +03:00 committed by re.kovalev
parent e85fbc3f45
commit 44869b4e88

View File

@ -398,7 +398,7 @@ int main(void)
Transform transform; Transform transform;
Rotate rotate; Rotate rotate;
Scale scale; Scale scale;
TRS& currentTool = scale; TRS& currentTool = transform;
// Пока не произойдет событие запроса закрытия окна // Пока не произойдет событие запроса закрытия окна
while(!glfwWindowShouldClose(window)) while(!glfwWindowShouldClose(window))