mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	Fixed framerate counter averaging buffer size (shouldn't have been included in previous commit)
This commit is contained in:
		@@ -1314,7 +1314,7 @@ struct ImGuiState
 | 
			
		||||
    int                     LogAutoExpandMaxDepth;
 | 
			
		||||
 | 
			
		||||
    // Misc
 | 
			
		||||
    float                   FramerateSecPerFrame[10];          // calculate estimate of framerate for user
 | 
			
		||||
    float                   FramerateSecPerFrame[120];          // calculate estimate of framerate for user
 | 
			
		||||
    int                     FramerateSecPerFrameIdx;
 | 
			
		||||
    float                   FramerateSecPerFrameAccum;
 | 
			
		||||
    char                    TempBuffer[1024*3+1];               // temporary text buffer
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user