aboutsummaryrefslogtreecommitdiff
path: root/src/example/rendering_particle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/example/rendering_particle.cpp')
-rw-r--r--src/example/rendering_particle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/example/rendering_particle.cpp b/src/example/rendering_particle.cpp
index 80726bc..54a90b5 100644
--- a/src/example/rendering_particle.cpp
+++ b/src/example/rendering_particle.cpp
@@ -64,6 +64,7 @@ int main(int argc, char * argv[]) {
auto & cam = game_object.add_component<Camera>(Color::WHITE);
cam.pos = {500, 200};
+ cam.viewport = {2000,1000};
/*
game_object