mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	Update float style in animation.cpp (#607)
Partially taken out of: https://github.com/ArthurSonzogni/FTXUI/pull/600 Co-authored-by: LostInCompilation <12819635+LostInCompilation@users.noreply.github.com>
This commit is contained in:
		| @@ -18,7 +18,7 @@ void RequestAnimationFrame(); | ||||
|  | ||||
| using Clock = std::chrono::steady_clock; | ||||
| using TimePoint = std::chrono::time_point<Clock>; | ||||
| using Duration = std::chrono::duration<double>; | ||||
| using Duration = std::chrono::duration<float>; | ||||
|  | ||||
| // Parameter of Component::OnAnimation(param). | ||||
| class Params { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arthur Sonzogni
					Arthur Sonzogni