Skip to content

Instantly share code, notes, and snippets.

@reiji1020
Created June 11, 2014 06:36
Show Gist options
  • Select an option

  • Save reiji1020/ede2cc883c73f13071ea to your computer and use it in GitHub Desktop.

Select an option

Save reiji1020/ede2cc883c73f13071ea to your computer and use it in GitHub Desktop.
// ココを
static ScreenOrientation _curOrientation = orientationUnknown;
//こう書き換える
ScreenOrientation _curOrientation = orientationUnknown;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment