Revert secure funcs part 2

This commit is contained in:
GabsPuNs
2026-04-18 14:10:17 -04:00
parent 86879aa2fc
commit 28cd1dd580
14 changed files with 32 additions and 32 deletions

View File

@@ -68,7 +68,7 @@ void glScaled(double x,double y,double z)
void glGetFloat(int type, FloatBuffer *buff)
{
memcpy_s(buff->_getDataPointer(), 64, RenderManager.MatrixGet(type), 64);
memcpy(buff->_getDataPointer(),RenderManager.MatrixGet(type),64);
}
void glDeleteLists(int first,int count)