Build: fix missing commas.
This commit is contained in:
@@ -161,7 +161,7 @@ namespace AssimpView {
|
||||
piLightmapTexture( NULL ),
|
||||
fOpacity(),
|
||||
fShininess(),
|
||||
fSpecularStrength()
|
||||
fSpecularStrength(),
|
||||
twosided( false ),
|
||||
pvOriginalNormals( NULL )
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user