remove log
This commit is contained in:
parent
dccf8b1323
commit
96937c38cf
@ -9,8 +9,6 @@ namespace try_engine
|
||||
|
||||
void texture::make()
|
||||
{
|
||||
hack::log()("texture_id", texture_id);
|
||||
|
||||
if (!texture_id)
|
||||
{
|
||||
glGenTextures(1, &texture_id);
|
||||
|
Reference in New Issue
Block a user