RSS

(root)/iphone/common : 68 : source/GLString.m

To get this branch, use:
bzr branch /browse/iphone/common

« back to all changes in this revision

Viewing changes to source/GLString.m

Dömötör Gulyás
2010-07-09 11:45:30
Revision ID: dognotdog@gmail.com-20100709094530-lehwoibfvrg0bbkv
adds iOS4 modification for socket messenger class declaration; fixes memory leak in GLString

Show diffs side-by-side

added added

removed removed

104
104
 
105
105
- (void) generateTextureSized: (CGSize) texSize; // generates the texture without drawing texture to current context
106
106
{               
107
 
        CGSize previousSize = textureSize;
 
107
        //CGSize previousSize = textureSize;
108
108
        
109
109
        int width = texSize.width;
110
110
        int height = texSize.height;
423
423
                CGContextAddPath(context, path);
424
424
                CGContextDrawPath(context, kCGPathStroke);
425
425
        }
426
 
        
 
426
        CGPathRelease(path);
427
427
}
428
428
 
429
429
- (CGSize) updatedTextureSize

Loggerhead 1.17 is a web-based interface for Bazaar branches