Revert "EmuGL: Deliver every frame to a callback"
This reverts commit 08d643e5eb
This commit is contained in:
committed by
Android (Google) Code Review
parent
08d643e5eb
commit
8a33c36682
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user