remove unnecessary comment

This commit is contained in:
Shpuld Shpuldson 2023-09-22 21:39:07 +03:00
parent 8c44c5b1ea
commit a6592a09b7

View file

@ -3419,7 +3419,6 @@ int GL_LoadTexture4(const char *identifier, unsigned int width, unsigned int hei
Sys_Error("Out of RAM for textures.");
}
// Allocate the VRAM. causes problems?
texture.vram = static_cast<texel*>(vramalloc(buffer_size));
// Upload the texture.