mirror of
https://github.com/edubart/otclient.git
synced 2025-12-22 16:27:10 +01:00
OpenGL in prerequesites
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
#include <prerequisites.h>
|
||||
#include <graphics/texture.h>
|
||||
|
||||
#include <GL/gl.h>
|
||||
|
||||
Texture::Texture(int width, int height, int components, uchar *pixels)
|
||||
{
|
||||
m_size.setSize(width, height);
|
||||
|
||||
Reference in New Issue
Block a user