Skip to content

Commit

Permalink
Move to DLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
vade committed Nov 2, 2012
1 parent f414408 commit 24fdbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenEmu/OpenEmuHelperApp.m
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ - (void)beginDrawToIOSurface

if(memcmp(&screenRect.size, &previousScreenSize, sizeof(screenRect.size)))
{
NSLog(@"Need a resize!");
DLog(@"Need a resize!");
// recreate our surface so its the same size as our screen
[self destroySurface];

Expand Down

0 comments on commit 24fdbe3

Please sign in to comment.