Skip to content

Commit

Permalink
Fix dumpview.lobster
Browse files Browse the repository at this point in the history
  • Loading branch information
aardappel committed Jul 25, 2024
1 parent 75e4e9a commit fb859f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/tools/dumpview.lobster
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ assert im.add_font("data/fonts/Droid_Sans/DroidSans.ttf", 20.0)
while gl.frame():
gl.clear(color_grey)
im.frame():
im.next_window_pos(float2_0, float2_0)
im.next_window_size(float(gl.window_size()))
im.next_window_pos(float2_0, float2_0, im.cond_always)
im.next_window_size(float(gl.window_size()), im.cond_always)
im.window_dock("Crash dump viewer", im.window_no_collapse | im.window_no_titlebar |
im.window_no_resize | im.window_no_move):
im.show_flexbuffer(fb)

0 comments on commit fb859f9

Please sign in to comment.