mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	Nav: Fixed uninitialized variable (that had no side-effects due to the code/data flow involved)
This commit is contained in:
		| @@ -583,6 +583,7 @@ struct ImGuiContext | ||||
|         NavInitDefaultRequest = false; | ||||
|         NavInitDefaultResultId = 0; | ||||
|         NavInitDefaultResultExplicit = false; | ||||
|         NavMoveFromClampedRefRect = false; | ||||
|         NavMoveRequest = false; | ||||
|         NavMoveDir = NavMoveDirLast = ImGuiDir_None; | ||||
|         NavMoveResultId = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user