Changed IVideo.CurrentFrameData uint[,] -> byte[]
This commit is contained in:
committed by
Matthias Mailänder
parent
1b5f2f1b39
commit
ee29d0f9c7
@@ -21,7 +21,7 @@ namespace OpenRA.Video
|
||||
/// <summary>
|
||||
/// Current frame color data in 32-bit BGRA.
|
||||
/// </summary>
|
||||
uint[,] CurrentFrameData { get; }
|
||||
byte[] CurrentFrameData { get; }
|
||||
int CurrentFrameNumber { get; }
|
||||
void AdvanceFrame();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user