Инструмент трансформации по умолчанию
This commit is contained in:
parent
7465e08a48
commit
a0843c0775
|
@ -446,7 +446,7 @@ int main(void)
|
|||
Transform transform;
|
||||
Rotate rotate;
|
||||
Scale scale;
|
||||
TRS& currentTool = scale;
|
||||
TRS& currentTool = transform;
|
||||
|
||||
// Пока не произойдет событие запроса закрытия окна
|
||||
while(!glfwWindowShouldClose(window))
|
||||
|
|
Loading…
Reference in New Issue