Revert open type

This commit is contained in:
Blyron 2024-09-30 17:10:12 +02:00 committed by Blyron
parent b4b064beb3
commit e5f7e79d09
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ std::string ACarlaRecorder::Start(std::string Name, FString MapName, bool Additi
std::string Filename = GetRecorderFilename(Name);
// binary file
File.open(Filename, std::ios::out);
File.open(Filename, std::ios::binary);
if (!File.is_open())
{
return "";