Fix drag and drop model loading

This commit is contained in:
2023-04-29 09:56:05 -04:00
parent 5118726cde
commit 2476d125f7
8 changed files with 126 additions and 120 deletions

3
.gitignore vendored
View File

@@ -1,6 +1,9 @@
# CLion
**/.idea/**
# VS Code
**/.vscode/**
# CMake build files
**/cmake-build-debug/**
**/build/**