fix spelling
This commit is contained in:
@@ -473,7 +473,7 @@ void NormalToLatLong( const vec3_t normal, byte bytes[2] ) {
|
||||
b &= 0xff;
|
||||
|
||||
bytes[0] = b; // longitude
|
||||
bytes[1] = a; // lattitude
|
||||
bytes[1] = a; // latitude
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user