Loading PacketLib.xcodeproj/project.xcworkspace/xcuserdata/bulgarelli.xcuserdatad/UserInterfaceState.xcuserstate −501 B (41.5 KiB) File changed.No diff preview for this file type. View original file View changed file model/PacketLib4.vpp +63 KiB (1.58 MiB) File changed.No diff preview for this file type. View original file View changed file src/SDFBlock.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -374,6 +374,8 @@ dword SDFBlock::size() SDFBlock* SDFBlock::getBlock(word nblock, word rBlockIndex) { if(rBlockIndex == 0) return &block[nblock]; word bi = 0; word rbi = 0; for(int i=0; i< type->nblockmax; i++) Loading @@ -383,6 +385,7 @@ SDFBlock* SDFBlock::getBlock(word nblock, word rBlockIndex) if(rbi == rBlockIndex && bi == nblock) return &block[i]; } return 0; } Loading Loading
PacketLib.xcodeproj/project.xcworkspace/xcuserdata/bulgarelli.xcuserdatad/UserInterfaceState.xcuserstate −501 B (41.5 KiB) File changed.No diff preview for this file type. View original file View changed file
model/PacketLib4.vpp +63 KiB (1.58 MiB) File changed.No diff preview for this file type. View original file View changed file
src/SDFBlock.cpp +4 −1 Original line number Diff line number Diff line Loading @@ -374,6 +374,8 @@ dword SDFBlock::size() SDFBlock* SDFBlock::getBlock(word nblock, word rBlockIndex) { if(rBlockIndex == 0) return &block[nblock]; word bi = 0; word rbi = 0; for(int i=0; i< type->nblockmax; i++) Loading @@ -383,6 +385,7 @@ SDFBlock* SDFBlock::getBlock(word nblock, word rBlockIndex) if(rbi == rBlockIndex && bi == nblock) return &block[i]; } return 0; } Loading