forked from joejulian/gio
5ba7854656
The offset argument to DrawElements is in 16-bit shorts, while the underlying DrawElements use byte offsets. No users of DrawElements use a non-zero offset, so nothing changed. Signed-off-by: Elias Naur <mail@eliasnaur.com>