picoe / Eto.OpenTK

Eto OpenGL viewport (C#)
MIT License
24 stars 41 forks source link

Don't try to paint viewport if it's not initialized. #12

Closed maxvoxel8 closed 7 years ago

maxvoxel8 commented 7 years ago

I was getting exceptions because the window was trying to render the viewport before it was initialized. This seems to fix it.