still tick subticks in freelance mode
This commit is contained in:
		
							parent
							
								
									4acb6ccc09
								
							
						
					
					
						commit
						8b80009d92
					
				| 
						 | 
					@ -1280,6 +1280,11 @@ bool DivEngine::nextTick(bool noAccum, bool inhibitLowLat) {
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					  } else {
 | 
				
			||||||
 | 
					    // still tick the subtick counter
 | 
				
			||||||
 | 
					    if (--subticks<=0) {
 | 
				
			||||||
 | 
					      subticks=tickMult;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  firstTick=false;
 | 
					  firstTick=false;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue