mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Change message emitted by nvidia driver workaround to info
This commit is contained in:
parent
2bf886fc5b
commit
37aaa49529
@ -594,7 +594,7 @@ reflect_uniform_block(int i, const char *name, char *name_buffer, GLsizei name_b
|
||||
break;
|
||||
|
||||
default:
|
||||
GLCAT.warning() << "Ignoring uniform '" << name_buffer
|
||||
GLCAT.info() << "Ignoring uniform '" << name_buffer
|
||||
<< "' with unsupported type 0x" << hex << param_type << dec << "\n";
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user