mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-10-31 18:56:43 +00:00 
			
		
		
		
	Print SDL version at startup
This commit is contained in:
		
							parent
							
								
									f62c1c59b4
								
							
						
					
					
						commit
						dd03d3b231
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -651,6 +651,9 @@ void OMW::Engine::go() | |||
|     assert (!mContentFiles.empty()); | ||||
| 
 | ||||
|     Log(Debug::Info) << "OSG version: " << osgGetVersion(); | ||||
|     SDL_version sdlVersion; | ||||
|     SDL_GetVersion(&sdlVersion); | ||||
|     Log(Debug::Info) << "SDL version: " << (int)sdlVersion.major << "." << (int)sdlVersion.minor << "." << (int)sdlVersion.patch; | ||||
| 
 | ||||
|     Misc::Rng::init(mRandomSeed); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue