mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
pgraph: Fix a compiler warning in renderEffects.I
Initialization is unnecessary, but harmless
This commit is contained in:
parent
0866d485b1
commit
8ca804086f
@ -26,7 +26,7 @@ Effect(const RenderEffect *effect) :
|
|||||||
* file. At this point, the effect pointer is unknown.
|
* file. At this point, the effect pointer is unknown.
|
||||||
*/
|
*/
|
||||||
INLINE RenderEffects::Effect::
|
INLINE RenderEffects::Effect::
|
||||||
Effect() {
|
Effect() : _type(TypeHandle::none()) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user