Skip to content

Commit d9b553a

Browse files
committed
Merge Don't attempt to reload collisions (pr-3573)
c0274dc - fix(streaming/rdr3): don't attempt to reload collisions
2 parents 394dc5b + c0274dc commit d9b553a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

code/components/gta-streaming-five/src/LoadStreamingFile.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,10 @@ static void ReloadMapStore()
11161116
#endif
11171117
)
11181118
{
1119+
// currently, Reloading custom collision causes it to break in RDR3
1120+
#ifndef IS_RDR3
11191121
collisionFiles.push_back(std::make_pair(file, obj));
1122+
#endif
11201123
}
11211124
else
11221125
{

0 commit comments

Comments
 (0)