Project

General

Profile

« Previous | Next » 

Revision 1d4592a2

Added by Leszek Koltunski about 2 years ago

Bandaged 3x3: Improve joining cubits

View differences:

src/main/java/org/distorted/bandaged/BandagedCreatorView.java
210 210
                                         {
211 211
                                         mRenderer.untouchCubit(mTouchedIndex1);
212 212
                                         mRenderer.untouchCubit(mTouchedIndex2);
213
                                         mRenderer.tryConnectingCubits(mTouchedIndex1,mTouchedIndex2);
213
                                         mRenderer.setConnecting(mTouchedIndex1,mTouchedIndex2);
214 214
                                         mTouchedIndex1 = -1;
215 215
                                         mTouchedIndex2 = -1;
216 216
                                         }

Also available in: Unified diff