mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 04:56:39 +00:00 
			
		
		
		
	removed a cout
This commit is contained in:
		
							parent
							
								
									5834b4baa5
								
							
						
					
					
						commit
						571d5095d4
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -164,8 +164,6 @@ void LocalMapBase::setActiveCell(const int x, const int y, bool interior)
 | 
				
			||||||
                    widgetCoord = MyGUI::IntCoord(nX * 512 - 3 + (1+cellDx-x) * 512, nY * 512 - 3 + (1+cellDy-y) * 512, 7, 7);
 | 
					                    widgetCoord = MyGUI::IntCoord(nX * 512 - 3 + (1+cellDx-x) * 512, nY * 512 - 3 + (1+cellDy-y) * 512, 7, 7);
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                std::cout << "widgetCoord " << widgetCoord.left << " " << widgetCoord.top << " nX " << nX << " nY " << nY << " xy " << x << " " << y << std::endl;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                static int counter = 0;
 | 
					                static int counter = 0;
 | 
				
			||||||
                ++counter;
 | 
					                ++counter;
 | 
				
			||||||
                MyGUI::ImageBox* markerWidget = mLocalMap->createWidget<MyGUI::ImageBox>("ImageBox",
 | 
					                MyGUI::ImageBox* markerWidget = mLocalMap->createWidget<MyGUI::ImageBox>("ImageBox",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue