Changeset 1739 for branches/release-1_0/platform/generic/shooting.c
- Timestamp:
- 03/17/12 02:32:01 (15 months ago)
- File:
-
- 1 edited
-
branches/release-1_0/platform/generic/shooting.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_0/platform/generic/shooting.c
r1712 r1739 1103 1103 // @tsv - marketing to real iso correspondance is quite linear so just got multiplier 1104 1104 // Base values are correct only when shoot is prepared, so calc multiplier right before first shoot 1105 if ( !iso_m )1105 if ( !iso_m || !iso_b ) 1106 1106 { 1107 1107 iso_b = 10 * shooting_get_iso_base(); // 10 - is additional multiplier from user_entered_value
Note: See TracChangeset
for help on using the changeset viewer.