fix compile issues

This commit is contained in:
Erwin Coumans
2019-01-23 16:33:06 -08:00
parent 301b3a0451
commit a174b42c02
2 changed files with 10 additions and 4 deletions

View File

@@ -92,8 +92,8 @@ struct TinyRendererVisualShapeConverterInternalData
SimpleCamera m_camera;
TinyRendererVisualShapeConverterInternalData()
: m_upAxis(2),
m_uidGenerator(1),
: m_uidGenerator(1),
m_upAxis(2),
m_swWidth(START_WIDTH),
m_swHeight(START_HEIGHT),
m_rgbColorBuffer(START_WIDTH, START_HEIGHT, TGAImage::RGB),