mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 00:30:05 +00:00 
			
		
		
		
	Fix: selected time is uninitialized on layer initialization
This commit is contained in:
		
							parent
							
								
									3ba569354e
								
							
						
					
					
						commit
						2f2516b998
					
				
					 4 changed files with 11 additions and 0 deletions
				
			
		|  | @ -112,6 +112,11 @@ public: | |||
| TimelineManager::TimelineManager() : p(std::make_unique<Impl>(this)) {} | ||||
| TimelineManager::~TimelineManager() = default; | ||||
| 
 | ||||
| std::chrono::system_clock::time_point TimelineManager::GetSelectedTime() const | ||||
| { | ||||
|    return p->selectedTime_; | ||||
| } | ||||
| 
 | ||||
| void TimelineManager::SetMapCount(std::size_t mapCount) | ||||
| { | ||||
|    p->mapCount_ = mapCount; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat