Remove unneeded comment from VideoRep.

This commit is contained in:
TomAwezome 2022-10-24 16:36:57 -04:00
parent e400adb577
commit ad9df373ed

View file

@ -32,7 +32,6 @@ public I64 VideoRep()
{ {
aspect_w /= div; aspect_w /= div;
aspect_h /= div; aspect_h /= div;
//reset div
div = 2; div = 2;
} }
div++; div++;