Set a name for LWJGL's Sync class timer accuracy thread ("LWJGL Timer") for debugging purposes. RFE by NateS.

This commit is contained in:
kappa1 2012-09-12 21:00:48 +00:00
parent b59d60c4ba
commit efbdd35845
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ class Sync {
}
});
timerAccuracyThread.setName("LWJGL Timer");
timerAccuracyThread.setDaemon(true);
timerAccuracyThread.start();
}