-
New repositoryImport repositoryNew gistNew organization
This repository
-
- Signed in as totooaoo34
- Your profile
- Your stars
- Your gists
- Help
- Settings
-
Sign out
Sign out
发现一个有趣的bug
想想看为什么
Header Header Header
Select a reply ctrl .
Write Preview There was an error creating your Commit.
Leave a comment
Attach files by dragging & dropping or selecting them. Uploading your files… We don’t support that file type. Try again with a GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP. Attaching documents requires write permission to this repository. Try again with a GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP. We don’t support that file type. Try again with a GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP. Yowza, that’s a big file Try again with a file smaller than 10MB. This file is empty. Try again with a file that’s not empty. This file is hidden. Try again with another file. Something went really wrong, and we can’t process that file. Try again. Nothing to preview Add single comment
Cancel |
@@ -74,7 +74,6 @@ | ||
private int NewMagicListSize = 72; | ||
protected int _pixiv; | ||
private boolean ExitGame = false; | ||
- Runnable thread; | ||
Thread game; | ||
@Override | ||
@@ -83,8 +82,9 @@ protected void onCreate(Bundle savedInstanceState) { | ||
requestWindowFeature(Window.FEATURE_NO_TITLE); | ||
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); | ||
// ȫ���ö� | ||
- prepare(0); | ||
- game = new Thread(thread); | ||
+ prepare(0); | ||
+ Runnable thread; | ||
+ game = new Thread(thread);//这里有一处bug,想想是为什么 | ||
thread = new GameThread(); | ||
game.start(); | ||
} | ||
Toggle all file notes
Lock conversation on this commit
Locking the conversation means:
- Other users can’t add new comments to this commit.
- You and other collaborators with access to this repository can still leave comments that others can see.
You can always unlock this commit again in the future.
Lock conversation on this commit
0 comments on commit 1be6932
Write Preview
Attach files by dragging & dropping or selecting them. Uploading your files… We don’t support that file type. Try again with a GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP. Attaching documents requires write permission to this repository. Try again with a GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP. We don’t support that file type. Try again with a GIF, JPEG, JPG, PNG, DOCX, GZ, LOG, PDF, PPTX, TXT, XLSX or ZIP. Yowza, that’s a big file Try again with a file smaller than 10MB. This file is empty. Try again with a file that’s not empty. This file is hidden. Try again with another file. Something went really wrong, and we can’t process that file. Try again.
Nothing to preview
Subscribe
You’re not receiving notifications from this thread.