Skip to content

Commit 8fa8327

Browse files
author
colinxs
committed
fix reference to old MuJoCo ver
1 parent 3a9cb01 commit 8fa8327

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LyceumMuJoCoViz"
22
uuid = "409fd311-7925-44f6-a514-6be572b34fdd"
33
authors = ["Colin Summers", "The Contributors of LyceumMuJoCoViz"]
4-
version = "0.2.2"
4+
version = "0.2.3"
55

66
[deps]
77
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"

src/LyceumMuJoCoViz.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,12 @@ function showinfo!(rect::MJCore.mjrRect, e::Engine)
209209
println(
210210
io,
211211
"Frame rendering mode: ",
212-
MJCore.CGlobals.mjFRAMESTRING[e.ui.vopt[].frame+1],
212+
MJCore.mjFRAMESTRING[e.ui.vopt[].frame+1],
213213
)
214214
println(
215215
io,
216216
"Label rendering mode: ",
217-
MJCore.CGlobals.mjLABELSTRING[e.ui.vopt[].label+1],
217+
MJCore.mjLABELSTRING[e.ui.vopt[].label+1],
218218
)
219219
println(io)
220220

0 commit comments

Comments
 (0)