mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
*** empty log message ***
This commit is contained in:
parent
bed0e01fb4
commit
e93ade0981
16
panda/src/downloader/patcher.I
Normal file
16
panda/src/downloader/patcher.I
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
// Filename: patcher.I
|
||||||
|
// Created by: darren (20Dec00)
|
||||||
|
//
|
||||||
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////////////
|
||||||
|
// Function: Patcher::get_progress
|
||||||
|
// Access: Public
|
||||||
|
// Description:
|
||||||
|
////////////////////////////////////////////////////////////////////
|
||||||
|
INLINE float Patcher::
|
||||||
|
get_progress(void) const {
|
||||||
|
if(_patchfile) {
|
||||||
|
return _patchfile->get_progress();
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user