docs(ecs): fix typo
This commit is contained in:
		
							parent
							
								
									04c2e59ada
								
							
						
					
					
						commit
						9267214300
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -88,7 +88,7 @@ public:
 | 
				
			||||||
			std::swap(component, last_component);
 | 
								std::swap(component, last_component);
 | 
				
			||||||
			entity = last_entity;
 | 
								entity = last_entity;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			// make sparse to point to new idx
 | 
								// make sparse point to new idx
 | 
				
			||||||
			last_idx = idx;
 | 
								last_idx = idx;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			// pop dense and invalidate sparse[identifier]
 | 
								// pop dense and invalidate sparse[identifier]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue