Clear rendertex because KSP wont

This commit is contained in:
2020-11-16 14:01:10 -08:00
parent 40d4e2cc8a
commit c9853049c5
5 changed files with 8 additions and 3 deletions

View File

@ -272,6 +272,7 @@ namespace ConformalDecals.Text {
}
}
GL.Clear(false, true, Color.black); //KSP doesnt clear render textures before using them so we need to clear afterwards, as well. Thanks Squad.
GL.PopMatrix();
// COPY TEXTURE BACK INTO RAM