mirror of
https://github.com/holub/mame
synced 2025-10-06 00:54:22 +03:00
Reverting my change; I must be understanding this as well as I thought
This commit is contained in:
parent
787d8d1a8d
commit
dd703b9d81
@ -385,9 +385,6 @@ INLINE render_primitive *alloc_render_primitive(int type)
|
|||||||
|
|
||||||
INLINE void append_render_primitive(render_primitive_list *list, render_primitive *prim)
|
INLINE void append_render_primitive(render_primitive_list *list, render_primitive *prim)
|
||||||
{
|
{
|
||||||
assert(prim->bounds.x0 <= prim->bounds.x1);
|
|
||||||
assert(prim->bounds.y0 <= prim->bounds.y1);
|
|
||||||
|
|
||||||
*list->nextptr = prim;
|
*list->nextptr = prim;
|
||||||
list->nextptr = &prim->next;
|
list->nextptr = &prim->next;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user