Commit 63918281 authored by Sam Lantinga's avatar Sam Lantinga

Fixed spacing

parent b13cdc5d
......@@ -48,7 +48,6 @@
aBits:(int)aBits \
depthBits:(int)depthBits \
{
NSString *colorFormat=nil;
GLuint depthBufferFormat;
BOOL useDepthBuffer;
......@@ -137,7 +136,6 @@
}
- (void)destroyFramebuffer {
glDeleteFramebuffersOES(1, &viewFramebuffer);
viewFramebuffer = 0;
glDeleteRenderbuffersOES(1, &viewRenderbuffer);
......@@ -151,14 +149,12 @@
- (void)dealloc {
[self destroyFramebuffer];
if ([EAGLContext currentContext] == context) {
[EAGLContext setCurrentContext:nil];
}
[context release];
[super dealloc];
}
@end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment