diff --git a/src/main.cpp b/src/main.cpp index b55d536..d3d5b69 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -53,6 +53,7 @@ loadScene(RenderState* rs) } setEntityPosition(e, cube_locs[i]); + scaleEntity(e, 3); } return true;