mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #42 - Fixed several WebRTC bugs and other issues
This commit is contained in:
@ -16,7 +16,7 @@ package net.lax1dude.eaglercraft.v1_8.internal;
|
||||
*
|
||||
*/
|
||||
public enum EnumPlatformType {
|
||||
DESKTOP("Desktop"), JAVASCRIPT("JavaScript"), ASM("ASM");
|
||||
DESKTOP("Desktop"), JAVASCRIPT("JavaScript"), WASM_GC("ASM");
|
||||
|
||||
private final String name;
|
||||
|
||||
|
@ -21,6 +21,8 @@ public interface IAudioHandle {
|
||||
|
||||
void restart();
|
||||
|
||||
void repeat(boolean en);
|
||||
|
||||
void move(float x, float y, float z);
|
||||
|
||||
void pitch(float f);
|
||||
|
Reference in New Issue
Block a user