Proper unicode support

This commit is contained in:
Zachary Yedidia
2016-03-11 15:37:50 -05:00
parent 24ce1d6b42
commit a74031c1c8
3 changed files with 29 additions and 30 deletions

View File

@@ -38,7 +38,6 @@ void main(string[] args) {
sl.display();
flush();
pollEvent(&e);
v.update(e);
}