<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 26 July 2017 at 11:57, Romain Roch <span dir="ltr"><<a href="mailto:jumaroch.belpecajo@gmail.com" target="_blank">jumaroch.belpecajo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sorry Robert, I should have been more clear with my explanation...<br>
The fix I was referring is the following:<br>
<br>
Code:<br>
_glExtensions = GLExtensions::Get(_contextID, true);<br>
<br>
<br>
instead of:<br>
<br>
Code:<br>
_glExtensions = new GLExtensions(_contextID);<br>
GLExtensions::Set(_contextID, _glExtensions.get());<br>
<br>
<br>
which can replace and delete an existing instance of GLExtensions.<br>
<br>
I looked at your last commit and I only see the function move, but not the modification of the State::_glExtensions initialization.<span class=""><br></span></blockquote><div><br></div><div>Ooops, I missed pushing the second commit, now done :-)<br></div><div><br> </div></div><br></div></div>