mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 02:44:17 +00:00
Fix formatting issue (#594)
This commit is contained in:
parent
e78ab92d4b
commit
0f808320c3
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ unsafe fn set_cpu_controls(p_data: *mut *mut u8) {
|
||||||
if !is_training_mode() {
|
if !is_training_mode() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
let controller_data = *p_data.add(1) as *mut ControlModuleInternal;
|
let controller_data = *p_data.add(1) as *mut ControlModuleInternal;
|
||||||
let _controller_no = (*controller_data).controller_index;
|
let _controller_no = (*controller_data).controller_index;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue