mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Removes Thread.start() that does not allow to build samples
This commit is contained in:
parent
a26522f959
commit
465c7626ce
|
@ -40,7 +40,6 @@ public final class HelloWorld {
|
|||
document = window.getDocument();
|
||||
body = document.getDocumentElement().getElementsByTagName("body").item(0);
|
||||
createButton();
|
||||
new Thread().start();
|
||||
}
|
||||
|
||||
private static void createButton() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user