Skip to content

Commit

Permalink
Render images properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
daicoden committed Apr 8, 2012
1 parent 930afa2 commit 5cdaa70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/js/joynes/slave.js
Expand Up @@ -101,6 +101,7 @@ joynes.Slave.prototype = {

self.socket.on("PPU:Frame", function(data) {
if(self.current_instruction == data['instruction'] ) {
self.nes.ppu.startFrame();
self.renderFrame(data['frame_instructions']);
self.nes.ppu.startVBlank();
}
Expand Down

0 comments on commit 5cdaa70

Please sign in to comment.