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