mirror of
https://github.com/edubart/otclient.git
synced 2025-12-14 12:49:47 +01:00
Painter became PainterOGL, new Painter generic class
This commit is contained in:
@@ -184,8 +184,8 @@ bool Graphics::isPainterEngineAvailable(Graphics::PainterEngine painterEngine)
|
||||
|
||||
bool Graphics::selectPainterEngine(PainterEngine painterEngine)
|
||||
{
|
||||
Painter *painter = nullptr;
|
||||
Painter *fallbackPainter = nullptr;
|
||||
PainterOGL *painter = nullptr;
|
||||
PainterOGL *fallbackPainter = nullptr;
|
||||
PainterEngine fallbackPainterEngine = Painter_Any;
|
||||
|
||||
#ifdef PAINTER_DX9
|
||||
|
||||
Reference in New Issue
Block a user