Changeset 692


Ignore:
Timestamp:
Aug 5, 2015, 6:46:14 PM (9 years ago)
Author:
guerin
Message:

raycast: not mirroring, but transposing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/raycast/disp.c

    r691 r692  
    162162}
    163163
    164 static void dispMirror(unsigned char *buf, unsigned int size)
     164static void dispTranspose(unsigned char *buf, unsigned int size)
    165165{
    166166    int i, j;
     
    194194    giet_fat_close(fd);
    195195
    196     dispMirror(tex, TEX_SIZE);
     196    dispTranspose(tex, TEX_SIZE);
    197197
    198198    giet_tty_printf("[RAYCAST] loaded tex %s\n", path);
Note: See TracChangeset for help on using the changeset viewer.