remove log

This commit is contained in:
chatlanin 2023-03-21 14:55:19 +03:00
parent dccf8b1323
commit 96937c38cf

View File

@ -9,8 +9,6 @@ namespace try_engine
void texture::make()
{
hack::log()("texture_id", texture_id);
if (!texture_id)
{
glGenTextures(1, &texture_id);