Skip to content
Snippets Groups Projects
Commit feff937a authored by Florian Blasius's avatar Florian Blasius
Browse files

Fix render target draw.

parent cf65f526
No related branches found
Tags 0.6.0
No related merge requests found
......@@ -160,6 +160,7 @@ fn is_single_tasks(task: &RenderTask) -> bool {
RenderTask::Start() => true,
RenderTask::Resize { .. } => true,
RenderTask::RegisterFont { .. } => true,
RenderTask::DrawRenderTarget { .. } => true,
RenderTask::DrawImage { .. } => true,
RenderTask::DrawImageWithClip { .. } => true,
RenderTask::DrawPipeline { .. } => true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment