mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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);
|
||||
return pipeline_stage;
|
||||
#else
|
||||
return pipeline_stage;
|
||||
return _pipeline_stage;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user