master
Chakib Benziane 9 years ago
parent 5d525253c4
commit 2e14494ebf

@ -102,7 +102,7 @@ angular.module('hybridApps')
function draw() { function draw() {
then = now - (delta % $scope.interval); then = now - (delta % $scope.interval);
// Drwaing here // Processing here
if ($scope.processing) { if ($scope.processing) {
for (var j=0; j<$scope.fib;j++) { for (var j=0; j<$scope.fib;j++) {
var i; var i;
@ -119,6 +119,7 @@ angular.module('hybridApps')
} }
} }
// Drawing here
var pos = $(object).position(); var pos = $(object).position();

Loading…
Cancel
Save