Fixed DrawInstanced required OpenGL version

Thanks to Raakz


Former-commit-id: c82bf27371817fe05cce789ef84548e3cf64abab
This commit is contained in:
Lynix 2014-07-30 00:40:05 +02:00
parent d9cce5d7ce
commit bbecdf4a92
1 changed files with 1 additions and 1 deletions

View File

@ -1072,7 +1072,7 @@ bool NzOpenGL::Initialize()
}
// DrawInstanced
if (s_openglVersion >= 330)
if (s_openglVersion >= 310)
{
try
{