mirror of
				https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
				synced 2024-08-15 00:43:45 +00:00 
			
		
		
		
	uninitialized attributes fix
This commit is contained in:
		
							parent
							
								
									08efc14b6c
								
							
						
					
					
						commit
						422c562c3c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -34,7 +34,7 @@ namespace Rimworld_Animations {
 | 
				
			||||||
                PortraitsCache.SetDirty(pawn);
 | 
					                PortraitsCache.SetDirty(pawn);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        private bool Animating;
 | 
					        private bool Animating = false;
 | 
				
			||||||
        private bool mirror = false, quiver = false, shiver = false;
 | 
					        private bool mirror = false, quiver = false, shiver = false;
 | 
				
			||||||
        private int actor;
 | 
					        private int actor;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue