Rename method to match behavior

This commit is contained in:
John Lewin 2019-02-01 11:59:29 -08:00
parent 316c15a844
commit aaf543c2c7
2 changed files with 3 additions and 2 deletions

View file

@ -421,7 +421,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
}
private void DrawGlTransparentContent(DrawEventArgs e)
private void DrawGlContent(DrawEventArgs e)
{
var gcodeOptions = sceneContext.RendererOptions;