From 9b79b71a26065982f27031754e57342be5978cf7 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Fri, 7 Oct 2011 11:27:03 +0000 Subject: [PATCH] 3ds view bug fixed: text goes to win border git-svn-id: svn://kolibrios.org@2280 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/demos/3DS/VIEW3DS.ASM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/demos/3DS/VIEW3DS.ASM b/programs/demos/3DS/VIEW3DS.ASM index 2830fbf58a..ff4ae0ab2d 100644 --- a/programs/demos/3DS/VIEW3DS.ASM +++ b/programs/demos/3DS/VIEW3DS.ASM @@ -2637,7 +2637,7 @@ ret mov ebx,100*65536;+SIZE_X;+80+30 ; [x start] *65536 + [x size] mov ecx,100*65536;+SIZE_Y;+30 ; [y start] *65536 + [y size] mov bx,[size_x] - add bx,110 + add bx,114 mov cx,[size_y] add cx,30 mov edx,0x14000000 ; color of work area RRGGBB,8->color gl