mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
fixing compilation issues, working on textures
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
Error("invalid image ptr (NULL)"); \
|
||||
retval; \
|
||||
} \
|
||||
else if(!m_image_registry.IsTextureKnown(img)) \
|
||||
else if(!m_image_registry.IsTextureKnown(static_cast<Texture*>(img))) \
|
||||
{ \
|
||||
Error("invalid image ptr"); \
|
||||
retval; \
|
||||
|
||||
Reference in New Issue
Block a user