diff --git a/programs/demos/3dcube2/trunk/3DCUBE2.ASM b/programs/demos/3dcube2/trunk/3DCUBE2.ASM index 6c20583741..f5b5886f64 100644 --- a/programs/demos/3dcube2/trunk/3DCUBE2.ASM +++ b/programs/demos/3dcube2/trunk/3DCUBE2.ASM @@ -117,7 +117,7 @@ draw_window: mov eax,0 ;Draw window mov ebx,100*65536+(SCREEN_X+9) ;x start*65536+x size mov ecx,100*65536+(SCREEN_Y+26) ;y start*65536+y size - mov edx,0x14000000 ;0x03 use skinned window + mov edx,0x54000000 ;0x03 use skinned window mov edi,title mcall @@ -126,7 +126,7 @@ draw_window: mcall ret -title db '3D TEST SAMPLE FOR MENUETOS',0 +title db '3D TEST SAMPLE',0 ; Draw faces procedure