Merge branch 'master' of https://github.com/redox-os/redox
This commit is contained in:
		
						commit
						e6a3856a05
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -136,7 +136,7 @@ impl Display {
 | 
				
			||||||
                for row in 0..16 {
 | 
					                for row in 0..16 {
 | 
				
			||||||
                    let row_data = FONT[font_i + row];
 | 
					                    let row_data = FONT[font_i + row];
 | 
				
			||||||
                    for col in 0..8 {
 | 
					                    for col in 0..8 {
 | 
				
			||||||
                        if (row_data >> (7 - col)) & 1 == 1 {
 | 
					                        if (row_data >> (8 - col)) & 1 == 1 {
 | 
				
			||||||
                            unsafe { *((dst + col * 4) as *mut u32)  = color; }
 | 
					                            unsafe { *((dst + col * 4) as *mut u32)  = color; }
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue