Fix code broken by merge

This commit is contained in:
comex 2015-04-23 01:56:52 -04:00
parent ad95454d04
commit 74c30d1784

View File

@ -116,8 +116,8 @@ int VertexLoaderX64::ReadVertex(OpArg data, u64 attribute, int format, int count
{
LoadAndSwap(32, scratch3, data);
MOV(32, dest, R(scratch3));
data.offset += sizeof(float);
dest.offset += sizeof(float);
data.AddMemOffset(sizeof(float));
dest.AddMemOffset(sizeof(float));
}
return load_bytes;
}