Build_Frame for CC_Draw_Techno is no longer called every frame, removed unneeded LCW_Uncomp_CS

This commit is contained in:
Justin Marshall
2020-07-22 13:09:21 -07:00
parent 265e59e62f
commit c123e39770
4 changed files with 57 additions and 306 deletions
+1 -1
View File
@@ -1138,7 +1138,7 @@ void* Build_Frame2(void* shape, uint16_t frame, void* buffer)
frame_data = &shape_data[(le32toh(offset_buff[0]) & 0xFFFFFF) + 768];
}
frame_size = LCW_Uncomp_CS(frame_data, buffer, frame_size);
frame_size = LCW_Uncomp(frame_data, buffer, frame_size);
}
else {
// captainslog_debug("Decoding XOR frame.");