diff --git a/.vscode/launch.json b/.vscode/launch.json index 2d53e26..692aaed 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,9 +9,9 @@ "" ], "stopAtEntry": false, - "cwd": "/home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/engine", + "cwd": "${workspaceFolder}/Engine/engine", "environment": [], - "program": "/home/kuchy/Zlew/niepraca/Studia/nieprogramy/Projekty/inzynierka/engineer-thesis-WUT/Engine/engine/build/Debug/outDebug", + "program": "${workspaceFolder}/Engine/engine/build/Debug/outDebug", "internalConsoleOptions": "openOnSessionStart", "MIMode": "gdb", "miDebuggerPath": "gdb", diff --git a/Engine/engine/match b/Engine/engine/match index 2a71b92..bc30db6 100755 Binary files a/Engine/engine/match and b/Engine/engine/match differ