mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-10 00:44:17 +00:00
Windows 64: Enabled lwjgl64.dll and fixed crash
This commit is contained in:
parent
599b447cb5
commit
4b93774ef7
2 changed files with 5 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ bool isDebugEnabled(void) {
|
|||
}
|
||||
|
||||
static jstring sprintfJavaString(JNIEnv *env, const char *format, va_list ap) {
|
||||
#define BUFFER_SIZE 4000
|
||||
#define BUFFER_SIZE 400
|
||||
char buffer[BUFFER_SIZE];
|
||||
jstring str;
|
||||
#ifdef _MSC_VER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue