mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fix inline keyword
This commit is contained in:
parent
338b93d6cf
commit
6aa586e0f0
@ -46,7 +46,7 @@ TexMatrixAttrib(const TexMatrixAttrib ©) :
|
|||||||
// Description: Builds the linear list of TextureStages if it needs
|
// Description: Builds the linear list of TextureStages if it needs
|
||||||
// to be built.
|
// to be built.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
void TexMatrixAttrib::
|
INLINE void TexMatrixAttrib::
|
||||||
check_stage_list() const {
|
check_stage_list() const {
|
||||||
if (_stage_list_stale) {
|
if (_stage_list_stale) {
|
||||||
((TexMatrixAttrib *)this)->rebuild_stage_list();
|
((TexMatrixAttrib *)this)->rebuild_stage_list();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user