Fixed DrawInstanced required OpenGL version
Thanks to Raakz Former-commit-id: c82bf27371817fe05cce789ef84548e3cf64abab
This commit is contained in:
parent
d9cce5d7ce
commit
bbecdf4a92
|
|
@ -1072,7 +1072,7 @@ bool NzOpenGL::Initialize()
|
||||||
}
|
}
|
||||||
|
|
||||||
// DrawInstanced
|
// DrawInstanced
|
||||||
if (s_openglVersion >= 330)
|
if (s_openglVersion >= 310)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue