Skip to content

Commit fc2dc3b

Browse files
committed
update repos
1 parent 289dbea commit fc2dc3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OculusDB/OculusDBEnvironment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace OculusDB
1313
{
1414
public class OculusDBEnvironment
1515
{
16-
public static Updater updater = new ("1.1.45", "https://github.com/ComputerElite/OculusDB", "OculusDB", "OculusDB.dll");
16+
public static Updater updater = new ("1.1.46", "https://github.com/ComputerElite/OculusDB", "OculusDB", "OculusDB.dll");
1717
public static string workingDir = "";
1818
public static string dataDir = "";
1919
// Set to false if not in dev mode

OculusDB/OculusInteractor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static IEnumerable<Application> EnumerateAllApplications(Headset headset)
2929
{
3030
throw new Exception("Could not get data to enumerate applications.");
3131
}
32-
while (i < s.data.node.all_items.count)
32+
while (s.data.node.all_items.page_info.has_next_page)
3333
{
3434
string cursor = "";
3535
foreach (Node<Application> e in s.data.node.all_items.edges)

0 commit comments

Comments
 (0)