mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
Remove accidentally checked in debug message
This commit is contained in:
parent
0ff6475b77
commit
03a1399378
@ -11331,7 +11331,6 @@ upload_texture_image(CLP(TextureContext) *gtc, bool needs_reload,
|
||||
if (_supports_clear_buffer) {
|
||||
// For buffer textures we need to clear the underlying storage.
|
||||
string clear_data = tex->get_clear_data();
|
||||
cerr << "clearing buffer data\n";
|
||||
|
||||
_glClearBufferData(GL_TEXTURE_BUFFER, internal_format, external_format,
|
||||
component_type, (const void *)clear_data.data());
|
||||
|
Loading…
x
Reference in New Issue
Block a user