Fix RCS1257, RCS1258, RCS1261, RCS1262, RCS1265, RCS1266, RCS1267
This commit is contained in:
committed by
Gustas Kažukauskas
parent
a324af1afd
commit
1b2c119b58
@@ -10,7 +10,6 @@
|
||||
#endregion
|
||||
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using OpenRA.Mods.Cnc.FileFormats;
|
||||
using OpenRA.Video;
|
||||
|
||||
@@ -65,7 +64,7 @@ namespace OpenRA.Mods.Cnc.VideoLoaders
|
||||
|
||||
s.Position = start;
|
||||
|
||||
return s.Length == offsets.Last();
|
||||
return s.Length == offsets[^1];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user