draw: use pipe_transfer_unmap() to match pipe_transfer_map()

This commit is contained in:
Brian Paul 2013-04-01 16:44:01 -06:00
parent 9b329f4c09
commit bdd3770b78

View file

@ -419,7 +419,7 @@ pstip_update_texture(struct pstip_stage *pstip)
}
/* unmap */
pipe->transfer_unmap(pipe, transfer);
pipe_transfer_unmap(pipe, transfer);
}