Merge pull request #60 from DavidPartouche/mac-compilation-error

Fixed a compilation error: setContentview changed setContentView_
This commit is contained in:
tomaka 2014-10-23 13:18:06 +02:00
commit d0d787bff0

View file

@ -135,7 +135,7 @@ impl Window {
None None
} else { } else {
view.setWantsBestResolutionOpenGLSurface_(true); view.setWantsBestResolutionOpenGLSurface_(true);
window.setContentView(view); window.setContentView_(view);
Some(view) Some(view)
} }
} }