summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/src/renderer_null.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/src/renderer_null.cpp')
-rw-r--r--3rdparty/bgfx/src/renderer_null.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/src/renderer_null.cpp b/3rdparty/bgfx/src/renderer_null.cpp
index a68e66f0d68..9b3de91416b 100644
--- a/3rdparty/bgfx/src/renderer_null.cpp
+++ b/3rdparty/bgfx/src/renderer_null.cpp
@@ -134,7 +134,7 @@ namespace bgfx { namespace noop
{
}
- void createFrameBuffer(FrameBufferHandle /*_handle*/, uint8_t /*_num*/, const TextureHandle* /*_textureHandles*/) BX_OVERRIDE
+ void createFrameBuffer(FrameBufferHandle /*_handle*/, uint8_t /*_num*/, const Attachment* /*_attachment*/) BX_OVERRIDE
{
}