X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fbump.c;h=b82594ba536a0e46b6a20395b2b7662bd182c0d4;hp=0717aed3aaa726f431a8eeefef010f8ab896e307;hb=7deef4d5a20da09044bf7311c6ee274090cde5e6;hpb=b82bab85314bbc57d1c542d4d6687de0cd75c375 diff --git a/src/bump.c b/src/bump.c index 0717aed..b82594b 100644 --- a/src/bump.c +++ b/src/bump.c @@ -322,7 +322,7 @@ static void draw(void) animateParticles(); renderParticles(); - renderBump((unsigned short*)vmem_back); + renderBump((unsigned short*)fb_pixels); swap_buffers(0); }