More style cleanup...
This commit is contained in:
parent
4da21d1ce1
commit
b811207406
3 changed files with 1 additions and 3 deletions
|
@ -415,7 +415,6 @@ void main() {
|
||||||
world_matrix = world_matrix * bone_transform;
|
world_matrix = world_matrix * bone_transform;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_INSTANCING
|
#ifdef USE_INSTANCING
|
||||||
|
|
|
@ -2580,7 +2580,6 @@ void OS_OSX::force_process_input() {
|
||||||
|
|
||||||
process_events(); // get rid of pending events
|
process_events(); // get rid of pending events
|
||||||
joypad_osx->process_joypads();
|
joypad_osx->process_joypads();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void OS_OSX::run() {
|
void OS_OSX::run() {
|
||||||
|
|
Loading…
Reference in a new issue