Fixed missing newline in README.

This commit is contained in:
Mátyás Mustoha 2015-02-18 16:52:22 +01:00
parent 40591806dc
commit 0a31f57202

View file

@ -71,7 +71,8 @@ fn main() {
- Some events are not implemented
- Implementation is still work-in-progress
- Vsync not implemented
- Changing the cursor (set_cursor) is not implemented
- Changing the cursor (set_cursor) is not implemented
### Win32
- You must call `glFlush` before `swap_buffers`, or else on Windows 8 nothing will be visible on the window