mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
oops, const conversion
This commit is contained in:
parent
d27eb921dc
commit
c3b7ae1eb5
@ -215,7 +215,7 @@ write_stage(int) {
|
|||||||
template<class CycleDataType>
|
template<class CycleDataType>
|
||||||
INLINE CycleDataType *PipelineCycler<CycleDataType>::
|
INLINE CycleDataType *PipelineCycler<CycleDataType>::
|
||||||
cheat() const {
|
cheat() const {
|
||||||
return &_data;
|
return (CycleDataType *)&_data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user