mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-09 23:53:02 +00:00
Let game boot again (#404)
This commit is contained in:
committed by
GitHub
parent
5aef35d9c7
commit
eeb980fa0f
@@ -75,7 +75,7 @@ public:
|
||||
// creates an LODList with room for lodCount LODs for a named ROI
|
||||
// returned LODList has a refCount of 1, i.e. caller must call Release()
|
||||
// when it no longer holds on to the list
|
||||
ViewLODList* Create(const ROIName&, int lodCount);
|
||||
ViewLODList* Create(const ROIName& rROIName, int lodCount);
|
||||
|
||||
// returns an LODList for a named ROI
|
||||
// returned LODList's refCount is increased, i.e. caller must call Release()
|
||||
|
||||
Reference in New Issue
Block a user