function name change (spacket)

This commit is contained in:
h4570
2020-11-17 14:45:14 +01:00
parent 4112e6d327
commit 2b42bc53cb
+3 -3
View File
@@ -248,9 +248,9 @@ void GifSender::addCurrentCalcs(u32 &t_vertexCount)
{
for (u32 i = 0; i < t_vertexCount; i++)
{
spacket_add_dword(currentPacket, rgbaq[i].rgbaq);
spacket_add_dword(currentPacket, st[i].uv);
spacket_add_dword(currentPacket, xyz[i].xyz);
spacket_add_u64(currentPacket, rgbaq[i].rgbaq);
spacket_add_u64(currentPacket, st[i].uv);
spacket_add_u64(currentPacket, xyz[i].xyz);
}
spacket_align_to_qw(currentPacket);
}