mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-27 15:03:21 -04:00
typo
This commit is contained in:
parent
6a2960517b
commit
7fe144b47b
@ -404,7 +404,7 @@ public class Circuit {
|
|||||||
* Returns a list of elements at the given position
|
* Returns a list of elements at the given position
|
||||||
*
|
*
|
||||||
* @param pos the cursor position
|
* @param pos the cursor position
|
||||||
* @return the elements or a empy list if there is no element at the given position
|
* @return the elements or an empty list if there is no element at the given position
|
||||||
*/
|
*/
|
||||||
public List<VisualElement> getElementListAt(Vector pos) {
|
public List<VisualElement> getElementListAt(Vector pos) {
|
||||||
ArrayList<VisualElement> list = new ArrayList<>();
|
ArrayList<VisualElement> list = new ArrayList<>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user