Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2205 → Rev 2204

/programs/demos/3dcube2/trunk/3DCUBE2.ASM
65,7 → 65,7
; cmp eax,3 ; button in buffer ?
jz button
 
fps 220,9,cl_White,cl_Black
fps 230,8,cl_White,cl_Black
 
main_loop:
 
110,7 → 110,9
 
;Draw window
draw_window:
mcall 12, 1 ;Start window redraw
mov eax,12 ;Start
mov ebx,1
mcall
 
mov eax,0 ;Draw window
mov ebx,100*65536+(SCREEN_X+9) ;x start*65536+x size
119,11 → 121,12
mov edi,title
mcall
 
mcall 12, 2 ;End window redraw
mov eax,12 ;End
mov ebx,2
mcall
ret
 
title db '3D Cube Sample',0
title db '3D TEST SAMPLE',0
 
 
; Draw faces procedure