Introduce Renderer.WorldBufferSnapshot().

This commit is contained in:
Paul Chote
2023-12-04 17:11:02 +00:00
committed by Gustas
parent 6a86a99fce
commit 6c56ea4c55
5 changed files with 18 additions and 14 deletions

View File

@@ -467,7 +467,7 @@ namespace OpenRA.Traits
{
PostProcessPassType Type { get; }
bool Enabled { get; }
void Draw(WorldRenderer wr, ITexture worldTexture);
void Draw(WorldRenderer wr);
}
[Flags]