Renormalize line endings and fix copyright headers again.
This commit is contained in:
@@ -53,15 +53,15 @@ namespace OpenRA.Graphics
|
||||
|
||||
public void PlayRepeating( string sequenceName )
|
||||
{
|
||||
backwards = false;
|
||||
tickAlways = false;
|
||||
CurrentSequence = SequenceProvider.GetSequence(name, sequenceName);
|
||||
frame = 0;
|
||||
tickFunc = () =>
|
||||
{
|
||||
++frame;
|
||||
if (frame >= CurrentSequence.Length)
|
||||
frame = 0;
|
||||
backwards = false;
|
||||
tickAlways = false;
|
||||
CurrentSequence = SequenceProvider.GetSequence(name, sequenceName);
|
||||
frame = 0;
|
||||
tickFunc = () =>
|
||||
{
|
||||
++frame;
|
||||
if (frame >= CurrentSequence.Length)
|
||||
frame = 0;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user