Fixing VMA improper destruction
This commit is contained in:
+2
-2
@@ -27,8 +27,8 @@ int main()
|
||||
std::filesystem::path sourcePath= "C:/Users/Dynamitos/TrackClear";
|
||||
std::filesystem::path binaryPath = sourcePath / "bin" / "TrackClear.dll";
|
||||
#elif __APPLE__
|
||||
std::filesystem::path outputPath = "/dynamitos/TrackClearGame";
|
||||
std::filesystem::path sourcePath= "/dynamitos/TrackClear";
|
||||
std::filesystem::path outputPath = "/Users/dynamitos/TrackClearGame";
|
||||
std::filesystem::path sourcePath= "/Users/dynamitos/TrackClear";
|
||||
std::filesystem::path binaryPath = sourcePath / "cmake" / "libTrackClear.dynlib";
|
||||
#else
|
||||
std::filesystem::path outputPath = "/home/dynamitos/TrackClearGame";
|
||||
|
||||
Reference in New Issue
Block a user