mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 17:18:23 -04:00
Moving the initialization of defaultTexture out of the member initializer list gets rid of a GCC's -Wreorder warning. Initialize other texture pointers to improve safety and consistency.