File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,8 @@ CEffectorPP* CCameraManager::GetPPEffector(EEffectorPPType type)
113113
114114ECamEffectorType CCameraManager::RequestCamEffectorId ()
115115{
116- for (ECamEffectorType index = (ECamEffectorType)effCustomEffectorStartID;
116+ ECamEffectorType index = (ECamEffectorType)effCustomEffectorStartID;
117+ for (;
117118 GetCamEffector (index);
118119 index = (ECamEffectorType)(index + 1 ))
119120 {
@@ -124,7 +125,8 @@ ECamEffectorType CCameraManager::RequestCamEffectorId()
124125
125126EEffectorPPType CCameraManager::RequestPPEffectorId ()
126127{
127- for (EEffectorPPType index = (EEffectorPPType)effCustomEffectorStartID;
128+ EEffectorPPType index = (EEffectorPPType)effCustomEffectorStartID;
129+ for (;
128130 GetPPEffector (index);
129131 index = (EEffectorPPType)(index + 1 ))
130132 {
You can’t perform that action at this time.
0 commit comments