Skip to content

Commit

Permalink
chore(namespace): comply with Gmeng::Unit declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
catriverr committed Aug 22, 2024
1 parent eeaf0b7 commit f48c15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ int test_vwhole_renderer() {
lvl.display.set_resolution(Gmeng::_vcreate_vp2d_deltax(def_vp), Gmeng::_vcreate_vp2d_deltay(def_vp));
lvl.display.viewpoint = def_vp1;
lvl.display.camera.set_modifier("cubic_render", true);
std::vector<Unit> _renderscale = Gmeng::_vget_renderscale2dpartial_scalar(lvl, true);
std::vector<gmeng::Unit> _renderscale = Gmeng::_vget_renderscale2dpartial_scalar(lvl, true);
//g_sleep(ms(5009));
std::cout << "renderscale done" << '\n';
std::string _lvlview = Gmeng::get_lvl_view(lvl, _renderscale, true);
Expand Down

0 comments on commit f48c15f

Please sign in to comment.