- damn this slipped through. :(

This commit is contained in:
Christoph Oelckers 2023-09-24 23:17:30 +02:00
parent 38e7ad8e6d
commit cd5cf6b7fe

View file

@ -306,7 +306,7 @@ static FString GetDeviceName()
if (pos >= 0) device.Truncate(pos);
}
auto pos = device.IndexOf("(LLVM");
pos = device.IndexOf("(LLVM");
if (pos >= 0) device.Truncate(pos);
pos = device.IndexOf("(DRM");
if (pos >= 0) device.Truncate(pos);