Skip to content

Commit 5bb4740

Browse files
committed
Cosmetics
1 parent a42b5fe commit 5bb4740

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Source/Ejecta/EJCanvas/2D/EJBindingCanvasContext2D.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ - (id)initWithCanvas:(JSObjectRef)canvas renderingContext:(EJCanvasContext2D *)r
2222
return self;
2323
}
2424

25-
- (void)dealloc {
25+
- (void)dealloc {
2626
[renderingContext release];
2727
[super dealloc];
2828
}

Source/Ejecta/EJCanvas/WebGL/EJCanvasContextWebGLScreen.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ - (void)resizeToWidth:(short)newWidth height:(short)newHeight {
6464

6565
if( contentScale != 1 && contentScale != 2 ) {
6666
NSLog(
67-
@"Warning: contentScale for the WebGL ScreenCanvas is %f."
68-
@"You'll likely get a blank screen. The canvas's style width and height"
67+
@"Warning: contentScale for the WebGL ScreenCanvas is %f. "
68+
@"You'll likely get a blank screen. The canvas's style width and height "
6969
@"must be 1x or 2x the internal width and height.",
7070
contentScale
7171
);

0 commit comments

Comments
 (0)