forked from 2009Scape/Server
Identified the probable cause of the display thread death HDToolKit.bufferSwap. There's an error that gets thrown when the user exits the client without going through the proper way to do so which is unacceptable. A band-aid has been applied.
10 lines
125 B
Java
10 lines
125 B
Java
package org.runite.client;
|
|
|
|
import org.rs09.client.Linkable;
|
|
|
|
abstract class Sound extends Linkable {
|
|
|
|
int anInt2374;
|
|
|
|
|
|
}
|