From 9833ae625907fbc82e80fa342aea3602cb6b1899 Mon Sep 17 00:00:00 2001 From: otya128 Date: Sun, 11 Dec 2016 18:54:53 +0900 Subject: [PATCH] Fix console WIDTH rendering --- SMILEBASIC/console.d | 1 + 1 file changed, 1 insertion(+) diff --git a/SMILEBASIC/console.d b/SMILEBASIC/console.d index d4bf1e5..3eb7e63 100644 --- a/SMILEBASIC/console.d +++ b/SMILEBASIC/console.d @@ -292,6 +292,7 @@ class Console adjustScreen(); scope (exit) { + glMatrixMode(GL_MODELVIEW); glLoadIdentity(); petitcom.chScreen(0, 0, 400, 240); }