mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 05:01:24 +00:00
load_conchars and load_crosshairs were using create_quad directly (due to make_static_quad having the wrong parameters), but this spread the handling of which buffer and index where used through the code. Thus fix make_static_quad to take the x, y offsets (like make_dyn_quad) and then use it in load_conchars and load_crosshairs. |
||
---|---|---|
.. | ||
renderer | ||
targets | ||
Makemodule.am |