mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 02:56:38 +00:00 
			
		
		
		
	Remove comment
This commit is contained in:
		
							parent
							
								
									55285b5e57
								
							
						
					
					
						commit
						9daf10c305
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -174,7 +174,7 @@ namespace MWLua | ||||||
|                   } |                   } | ||||||
|               }); |               }); | ||||||
|         globalStoreT[sol::meta_function::pairs] = [](const GlobalStore& store) { |         globalStoreT[sol::meta_function::pairs] = [](const GlobalStore& store) { | ||||||
|             int index = 0; // Start index
 |             int index = 0; | ||||||
|             return sol::as_function( |             return sol::as_function( | ||||||
|                 [index, &store](sol::this_state ts) mutable -> sol::optional<std::tuple<std::string, float>> { |                 [index, &store](sol::this_state ts) mutable -> sol::optional<std::tuple<std::string, float>> { | ||||||
|                     if (index >= store.getSize()) |                     if (index >= store.getSize()) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue