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:
Thierry Crozat 2023-07-03 22:09:25 +01:00
parent 3e176abb06
commit e73b277589

View file

@ -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