IOS7: Add missing file in module.mk
The iOSGraphics3dManager uses the OpenGL::FrameBuffer class, so the corresponding code needs to be compiled for the ios7 backend.
This commit is contained in:
parent
3e176abb06
commit
e73b277589
1 changed files with 1 additions and 0 deletions
|
@ -391,6 +391,7 @@ MODULE_OBJS += \
|
|||
graphics/ios/ios-graphics.o \
|
||||
graphics/ios/renderbuffer.o \
|
||||
graphics3d/ios/ios-graphics3d.o \
|
||||
graphics3d/opengl/framebuffer.o \
|
||||
graphics3d/opengl/surfacerenderer.o \
|
||||
graphics3d/opengl/texture.o \
|
||||
graphics3d/opengl/tiledsurface.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue