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

This commit is contained in:
Ковалев Роман Евгеньевич 2023-04-04 17:05:12 +03:00 committed by re.kovalev
parent 7465e08a48
commit a0843c0775
1 changed files with 1 additions and 1 deletions

View File

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