mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
initialize _engine to NULL
This commit is contained in:
parent
ab530f5d80
commit
01539997a0
@ -230,6 +230,8 @@ GraphicsStateGuardian(CoordinateSystem internal_coordinate_system,
|
|||||||
|
|
||||||
_gamma = 1.0f;
|
_gamma = 1.0f;
|
||||||
_texture_quality_override = Texture::QL_default;
|
_texture_quality_override = Texture::QL_default;
|
||||||
|
|
||||||
|
_engine = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user