diff --git a/src/modules/graphics/graphics.c b/src/modules/graphics/graphics.c index 28072a38..2b9a4b45 100644 --- a/src/modules/graphics/graphics.c +++ b/src/modules/graphics/graphics.c @@ -6215,7 +6215,7 @@ static MappedBuffer mapBuffer(BufferPool* pool, uint32_t size, size_t align) { .buffer = buffer->gpu, .offset = cursor, .extent = size, - .pointer = (char*) buffer->pointer + cursor, + .pointer = (char*) buffer->pointer + cursor }; }