f1nalspace / final_game_tech

Game related libraries written in C/C++ written by T. Spaete
MIT License
176 stars 10 forks source link

Video init failed when pure default settings are used #136

Closed f1nalspace closed 2 years ago

f1nalspace commented 2 years ago

fplPlatformInit() failed, when a default fplSettings -> fplVideoSettings -> fplGraphicsApiSettings is passed. It failed due to the wrongness of the union in the fplGraphicsApiSettings -.-

f1nalspace commented 2 years ago

Fixed in develop branch