Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#4232

Got another one to investigate: https://github.com/Walrus-Tech/MWEdit/blob/master/project/EsmScriptCompile.cpp#L6301

The return statement terminates the function before it does anything at all yet the rest of the code is uncommented. We’ll want to see why it terminates early and remove something depending on the reason. If it’s an error, we can remove the return. If the rest has bugs, we’ll need to make a note of that. And so forth