Fix an initialization problem
This commit is contained in:
@@ -118,7 +118,9 @@ static int sgMoonHaloPostDraw( ssgEntity *e ) {
|
||||
|
||||
|
||||
// Constructor
|
||||
SGMoon::SGMoon( void ) {
|
||||
SGMoon::SGMoon( void ) :
|
||||
prev_moon_angle(-1)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user