imasiprojects / ImasiEngine

3D Engine Library, by Imasi
2 stars 1 forks source link

Move createGLObject and destroyGLObject to PROTECTED #45

Closed ivancea closed 8 years ago

ivancea commented 8 years ago

Original report by Iván Sanz (Bitbucket: ivansanz, GitHub: isc30).


In some clases like Buffer, those functions are public. We need to make them protected.