02-01-2013, 02:48 PM
funny thing about programming, the big problems are always made by little mistakes! and the smallest mistake takes the longest to solve!
this may not be relevant to networking but in my engine I had a horrific saving glitch where when loading it would be out of sync with the file and break a loading loop, its bugged me for weeks! it was 1 unwanted if statement I'd forgotten to remove.
ofc by now I've got it hammered into to my head "its always the little things".
this may not be relevant to networking but in my engine I had a horrific saving glitch where when loading it would be out of sync with the file and break a loading loop, its bugged me for weeks! it was 1 unwanted if statement I'd forgotten to remove.
ofc by now I've got it hammered into to my head "its always the little things".