overte-HifiExperiments/scripts
LaShonda Hopper 2f082d9e86 [Case 6491] Fixes issue in normalizeDegrees from last commit (details below).
The range of the function is targeting (-180, 180] such that
the statement:
    if (degrees < -180)
should be:
    if (degrees <= -180)
to account for degrees being -180.

Changes Committed:
	modified:   scripts/system/libraries/entitySelectionTool.js
2017-10-06 10:11:26 -04:00
..
developer Fixed things 2017-09-20 23:23:30 +01:00
modules request module updates 2017-05-03 07:32:23 -07:00
system [Case 6491] Fixes issue in normalizeDegrees from last commit (details below). 2017-10-06 10:11:26 -04:00
tutorials Merge branch 'master' into midi 2017-07-26 13:59:07 -07:00
defaultScripts.js Squashed commit of the following: 2017-08-25 11:45:37 -07:00