diff --git a/src/server/graphics/default_configuration.cpp b/src/server/graphics/default_configuration.cpp index 3a00bbb2391..ed6f31ceb47 100644 --- a/src/server/graphics/default_configuration.cpp +++ b/src/server/graphics/default_configuration.cpp @@ -432,7 +432,7 @@ mir::DefaultServerConfiguration::the_buffer_allocator() [&]() -> std::shared_ptr { // TODO: More than one BufferAllocator - return the_rendering_platforms().back()->create_buffer_allocator(*the_display()); + return the_rendering_platforms().front()->create_buffer_allocator(*the_display()); }); }