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