Skip to content

Instantly share code, notes, and snippets.

View RedBigz's full-sized avatar
💜
working on TABG VR

red RedBigz

💜
working on TABG VR
View GitHub Profile
// This contains some of orteil's code, THIS IS NOT MINE! The 60FPS patch is mine however.
var CC60_Counter = 0
Game.Logic=function()
{
CC60_Counter += 30 / Game.fps
if (CC60_Counter >= 1) CC60_Counter = 0