Revert "EmuGL: Deliver every frame to a callback"

This reverts commit 08d643e5eb
This commit is contained in:
Jesse Hall
2012-03-22 13:56:36 -07:00
committed by Android (Google) Code Review
parent 08d643e5eb
commit 8a33c36682
5 changed files with 11 additions and 84 deletions

View File

@@ -120,7 +120,7 @@ int main(int argc, char *argv[])
//
// initialize Framebuffer
//
bool inited = FrameBuffer::initialize(winWidth, winHeight, NULL, NULL);
bool inited = FrameBuffer::initialize(winWidth, winHeight);
if (!inited) {
fprintf(stderr,"Failed to initialize Framebuffer\n");
return -1;