Changeset 692 for soft/giet_vm/applications/raycast/disp.c
- Timestamp:
- Aug 5, 2015, 6:46:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/raycast/disp.c
r691 r692 162 162 } 163 163 164 static void disp Mirror(unsigned char *buf, unsigned int size)164 static void dispTranspose(unsigned char *buf, unsigned int size) 165 165 { 166 166 int i, j; … … 194 194 giet_fat_close(fd); 195 195 196 disp Mirror(tex, TEX_SIZE);196 dispTranspose(tex, TEX_SIZE); 197 197 198 198 giet_tty_printf("[RAYCAST] loaded tex %s\n", path);
Note: See TracChangeset
for help on using the changeset viewer.