Merge pull request #7979 from Mailaender/d2k-sand-blendmode

Fixed the Dune 2000 harvester sand out animation
This commit is contained in:
abcdefg30
2015-05-14 19:21:06 +02:00
9 changed files with 28 additions and 35 deletions

View File

@@ -42,9 +42,7 @@ namespace OpenRA
Subtractive,
Multiply,
SoftAdditive,
Translucency25,
Translucency50,
Translucency75,
Translucency,
Multiplicative,
DoubleMultiplicative
}
@@ -72,7 +70,7 @@ namespace OpenRA
void EnableDepthBuffer();
void DisableDepthBuffer();
void SetBlendMode(BlendMode mode);
void SetBlendMode(BlendMode mode, float alpha = 1f);
void GrabWindowMouseFocus();
void ReleaseWindowMouseFocus();