Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 280 Bytes

optimization_prob.md

File metadata and controls

32 lines (21 loc) · 280 Bytes

🤓




Jeremy: Guys, guys. I fixed our optimisation problem :D



Holden: That's great! Let's see the code.



Jeremy: Sure!


The code:

if fps != 60{
  fps = 60
}  


Holden: 💀