SFML / SFML.Net

Official binding of SFML for .Net languages
https://www.sfml-dev.org
Other
528 stars 85 forks source link

Small typo in docs #9

Closed mkosler closed 12 years ago

mkosler commented 12 years ago

On the Welcome page of the SFML.Net documentation, the game loop has while(window.isOpened()). This should be while (window.isOpen()). Not a huge deal, but if someone is using that Welcome page code as a tester, they need to constantly fix that anytime they copy/paste.

LaurentGomila commented 12 years ago

Thanks.