Skip to content

Commit

Permalink
Merge pull request #2120 from pleroy/Linux
Browse files Browse the repository at this point in the history
Make it build on Linux
pleroy authored Apr 2, 2019
2 parents 88e64d5 + 1f37aef commit 9eba626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksp_plugin_test/plugin_test.cpp
Original file line number Diff line number Diff line change
@@ -1115,7 +1115,7 @@ TEST_F(PluginTest, NavballTargetVessel) {

plugin.SetTargetVessel(guid, SolarSystemFactory::Sun);
plugin.AdvanceTime(plugin.CurrentTime() + 12 * Hour, 0 * Radian);
auto& future = plugin.CatchUpVessel(guid);
auto future = plugin.CatchUpVessel(guid);
VesselSet collided_vessels;
plugin.WaitForVesselToCatchUp(*future, collided_vessels);
plugin.NavballFrameField(World::origin)->FromThisFrame(World::origin);

0 comments on commit 9eba626

Please sign in to comment.