Skip to content
Snippets Groups Projects
Commit e9435201 authored by Szabó Árpád's avatar Szabó Árpád :shamrock:
Browse files

merge conflict

parent 4efe0df7
No related branches found
No related tags found
No related merge requests found
Pipeline #15589 passed
......@@ -808,7 +808,7 @@ namespace CSIP_42.Model.Construction.Test
}
//This method builds a LARGE random park
//[TestMethod] //Non-Trivial - This method does not test Graph Router Searching Algorithms, because the algo. is good as proven before
[TestMethod] //Non-Trivial - This method does not test Graph Router Searching Algorithms, because the algo. is good as proven before
public void SimulatedBuildingCaseMassive()
{
Model.N = 45;
......
......@@ -1281,7 +1281,7 @@ namespace CSIP_42.ViewModel
{
try
{
var datas = _model.GetEntitiyInfoForPosition(new Position(PanelXWithOffset, PanelYWithOffset));
var datas = _model.GetEntitiyInfoForPosition(new Position(TableMouseXWithOffset, TableMouseYWithOffset));
if (datas == null)
{
ItemExtraDetailsToolTipText = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment