Renamed IVideo implementations
To match the interface they are implementing.
This commit is contained in:
committed by
Matthias Mailänder
parent
6f0509d235
commit
248b8d1102
@@ -25,7 +25,7 @@ namespace OpenRA.Mods.Cnc.VideoLoaders
|
||||
if (!IsWsa(s))
|
||||
return false;
|
||||
|
||||
video = new WsaReader(s, useFramePadding);
|
||||
video = new WsaVideo(s, useFramePadding);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user