mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-06 23:45:07 +00:00
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:
committed by
Kai Blaschke
parent
e63fc1f88c
commit
27798317ee
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user