mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 20:21:26 +00:00
- damn this slipped through. :(
This commit is contained in:
parent
38e7ad8e6d
commit
cd5cf6b7fe
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue