Placeblock / BuildIT

A simple, powerful and FAST application for simulating logic gates written from scratch in pure C++ using OpenGL
0 stars 0 forks source link

Wierd networking happening #26

Closed Placeblock closed 1 month ago

Placeblock commented 1 month ago

When creating a wire, then creating a wire from the original one and another one to the original one, the networks do not update correctly

Placeblock commented 1 month ago

All wires that were created FROM the original one dont get updated

Placeblock commented 1 month ago

There was some wierd interaction between the modifyCableFeature and the insertwireaction which caused networks not to be updated correctly. Everything should be working fine now