mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Fix error when not compiling with clang
This commit is contained in:
parent
351627a0e3
commit
1eaa1bcf70
@ -81,7 +81,7 @@ get_pipeline_stage() const {
|
|||||||
__builtin_assume(_pipeline_stage >= 0);
|
__builtin_assume(_pipeline_stage >= 0);
|
||||||
return pipeline_stage;
|
return pipeline_stage;
|
||||||
#else
|
#else
|
||||||
return pipeline_stage;
|
return _pipeline_stage;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user