mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -04:00
oops
This commit is contained in:
parent
942f783579
commit
9ec2fbbfe0
@ -118,7 +118,7 @@ void EggComponentData::
|
|||||||
extend_to(int model_index, int num_frames) const {
|
extend_to(int model_index, int num_frames) const {
|
||||||
EggBackPointer *back = get_model(model_index);
|
EggBackPointer *back = get_model(model_index);
|
||||||
nassertv(back != (EggBackPointer *)NULL);
|
nassertv(back != (EggBackPointer *)NULL);
|
||||||
return back->extend_to(num_frames);
|
back->extend_to(num_frames);
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user