2 Years Ago
Add argument to net.Read/WriteColor to skip alpha (#1841) * Add argument to net.Read/WriteColor to skip alpha More network efficient if you aren't using the alpha. The value between the read and write calls must match and should be a warning on the wiki page if this is merged. * Change alpha read from faux ternary to cond branch Since net.ReadUInt is a cfunc