Use the right LWJGL path while creating an instance
This commit is contained in:
parent
ad7c41114f
commit
b097d2f744
@ -40,7 +40,7 @@ void LegacyUpdate::lwjglStart()
|
|||||||
LegacyInstance *inst = (LegacyInstance *)m_inst;
|
LegacyInstance *inst = (LegacyInstance *)m_inst;
|
||||||
|
|
||||||
lwjglVersion = inst->lwjglVersion();
|
lwjglVersion = inst->lwjglVersion();
|
||||||
lwjglTargetPath = PathCombine("lwjgl", lwjglVersion);
|
lwjglTargetPath = PathCombine(MMC->settings()->get("LWJGLDir").toString(), lwjglVersion);
|
||||||
lwjglNativesPath = PathCombine(lwjglTargetPath, "natives");
|
lwjglNativesPath = PathCombine(lwjglTargetPath, "natives");
|
||||||
|
|
||||||
// if the 'done' file exists, we don't have to download this again
|
// if the 'done' file exists, we don't have to download this again
|
||||||
|
Loading…
Reference in New Issue
Block a user