Give uncased variables a casing

Picked camelCase.
These variables will now be picked up on if we standardize our casing.
This commit is contained in:
Erik Präntare
2022-03-16 10:10:44 +01:00
committed by Kai Blaschke
parent e63fc1f88c
commit 27798317ee
3 changed files with 28 additions and 28 deletions

View File

@ -729,7 +729,7 @@ bool projectm_get_error_loading_current_preset(projectm_handle instance)
unsigned int projectm_pcm_get_max_samples()
{
return PCM::maxsamples;
return PCM::maxSamples;
}
void projectm_pcm_add_float_1ch_data(projectm_handle instance, const float* pcm_data, unsigned int sample_count)