fix typo
This commit is contained in:
		
							parent
							
								
									cef2096577
								
							
						
					
					
						commit
						3c4f763ae7
					
				@ -136,7 +136,7 @@ function doEditorEdit()
 | 
				
			|||||||
		elseif Keybind:CheckPressed(Keybind.generic.lclick) then
 | 
							elseif Keybind:CheckPressed(Keybind.generic.lclick) then
 | 
				
			||||||
			if editor.room_mode == "delete" then
 | 
								if editor.room_mode == "delete" then
 | 
				
			||||||
				for i, room in ipairs(LoadedObjects.Rooms) do
 | 
									for i, room in ipairs(LoadedObjects.Rooms) do
 | 
				
			||||||
					if room:ContainsPoint(rx, ry) then
 | 
										if room:containsPoint(rx, ry) then
 | 
				
			||||||
						table.remove(LoadedObjects.Rooms, i)
 | 
											table.remove(LoadedObjects.Rooms, i)
 | 
				
			||||||
					end
 | 
										end
 | 
				
			||||||
				end
 | 
									end
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user