fix cache and imports (#6647)
* updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix clippy Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
		@ -5,11 +5,11 @@ description: Variables in memory after executing multiple-foreign-imports-all-re
 | 
			
		||||
{
 | 
			
		||||
  "anothercube": {
 | 
			
		||||
    "type": "Module",
 | 
			
		||||
    "value": 10
 | 
			
		||||
    "value": 3
 | 
			
		||||
  },
 | 
			
		||||
  "cube": {
 | 
			
		||||
    "type": "Module",
 | 
			
		||||
    "value": 8
 | 
			
		||||
    "value": 1
 | 
			
		||||
  },
 | 
			
		||||
  "model": {
 | 
			
		||||
    "type": "ImportedGeometry",
 | 
			
		||||
@ -20,6 +20,6 @@ description: Variables in memory after executing multiple-foreign-imports-all-re
 | 
			
		||||
  },
 | 
			
		||||
  "othercube": {
 | 
			
		||||
    "type": "Module",
 | 
			
		||||
    "value": 9
 | 
			
		||||
    "value": 2
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user